Storyboard References

I'm trying to use Storyboard References to break my storyboards into manageble chunks. I am struggling to figure out how to get this working if my root is a tab bar controller. Some of the tabs I wish to break out into their own storyboards. At the moment, I've hacked this together with stub navigation controllers hooked to the tab bar that use code in viewDidLoad to open up another storbyoard and instantiate view controllers. Anyone got this sort of arrangement working? In particular I'm not finding a way for the tab bar icon to appear in the master storyboard and not sure what to do in the child storyboards - embed the root view controller in another tab bar controller?

You should be able to stick with a 'main' storyboard and still add tab items (not employ 'child' storyboards) - see this link http://www.appcoda.com/storyboard-tutorial-create-tab-bar-controller-and-web-view/ / Adding a New Tab - if your new tab item isn't a webview, just make the appropriate same only different modifications but still use the same process.


◅▻

you can make 2 things, use Xcode 7 and the storyboard references or search for RBStoryboardLink, it helped me a lot before the storyboard references of Xcode 7, but for now RBStoryboardLink works like a charm🙂

Storyboard References
 
 
Q