Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nathanlloyd

macrumors member
Original poster
Dec 7, 2009
70
0
UK
Hi guys,

I've created an app using storyboard with segues linking everything together and it works great.

I now need to make changes to add a new view to the storyboard that can be accessed from many other views. Ideally I don't want loads of segues linking to it but would rather do the linking programatically.
My question is can I have an unlinked view in my storyboard or will Xcode moan at me that I've got unlinked views?

(Also is programatically doing it the right way of doing it?)
 
If you're not using segues, I would just use a separate NIB. You can then load the view controller and NIB the way you would have done it in the past. IMHO, that's the best approach. I haven't run into any problems doing it that way for my apps.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.