My objective is to create a tabbed application, then the view for each of the tabs are constructed in separate storyboards.
My mainstoryboard is a tab view.
Then I create a secondary storyboard (storyboard#2) with 2 View Controllers. The first view controller (also ticked as initial) have a button, and segue (modal) to 2nd view.
I managed to load the view by subclassing and overriding loadView from storyboard#2.
Here's the simulator output.
When click on the "click me" button, I get a EXC_BAD_ACCESS
. The segue does not work, seems like the second storyboard is not being loaded completely.
Has anyone tried to do this before and get it working? There's a youtube video from SkillMaster.net but he does not demonstrate if a segue is working under the secondary storyboard. the video is here: http://youtu.be/D4_twoYvB4M
Thanks for any input and help!
Screenshots:
- http://www.box.com/s/njnyzjoqg8pnqofv838m
- http://www.box.com/s/8dqygclmp5ic86e47bi5
- http://www.box.com/s/k7foe7gpgh2rs3y8gqxd
- http://www.box.com/s/rym111x7xqxqao51ruip