Tab bar without TabBarController - add View Controller for Tab bar item in storyboard
问题 I have added a Tab bar (not a TabViewController) to a View Controller and then added some Tab bar items to that Tab bar. Now I want to attach other View Controllers to those tab bar items in Storyboard. When I do Ctrl + Drag to View Controller from tab bar item I do not get any options. Please suggest a way to do this. 回答1: I had the same problem, but i couldn't find a way to assign to a viewController its own viewControllers as in the TabViewController case. I solved it using containers. One