Adding a tab bar Controller to a split view in Xcode 9

I am trying to add a tab bar Controller wit two view controllers to a split view. I have created an app using the split view template in Xcode 9. Could anyone tell me the steps I need to follow or direct me to an example? I haven’t been able to find any recent examples and hate to get started with obsolete procedures. Thanks in advance for any help.

Accepted Reply

Thanks Claude. I will check it out.

Replies

I found this Standford course useful on MVC and how to combine splitView and TabBar controllers.


h ttps://itunes.apple.com/fr/course/developing-ios-10-apps-with-swift/id1198467120


Look at lecture 5 and 6 (only on IOS): Multiple MVCs, View Controller lifecycle, Memory mangement

Thanks Claude. I will check it out.