I'm pretty new to Objective-C and Xcode, so it would be really helpful if you could give a detailed answer. I'm working with a Navigation-Based Application and I have a menu. If the user clicks on a specific button, the tableview and the navigation bar should load up. But I don't have a clue on how I could load up the "MainView.xib". I can load the "RootViewController", but this only shows the tableview and not the navigation bar.
Thanks in advance!