How do I hook up UICollectionViewController in UIContainerView

后端 未结 2 1449
慢半拍i
慢半拍i 2021-01-20 02:56

I have an app that looks like this:

\"Storyboard\"

ViewController is the parent VC into wh

2条回答
  •  难免孤独
    2021-01-20 03:32

    Create a uiviewcontroller class to manage the bottom container. Link as you normally would using that view controller. Connect delegate, datasource, implement the delegate and data source... etc...

提交回复
热议问题