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?)
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?)