if you make an app that has a main menu does every one of those menu items normally take you to a new xib file? Or can you set everything up in one xib and set .hide to true or something like that so that only some items show?
Just wondering, i’m just getting started with iOS.
Usually separate views are held in different xib files and controlled by separate UIViewControllers.