In my iphone app i have a button which changes the view (to another xib file).
How can i have this xib file to contain a navigation controller with a back button (which is at the top) and the bottom part a table view that has a scrollbar?
I assume that i have to use navigation controller, uiscrollview and uitableview but i am not sure how to combine these properly in the Interface Builder.
Can anyone help me out here?
EDIT: Thanks for your answers. One annoying thing in XCode is that when you create a new xib file, you only get the empty version. However, if you create a new project for a specific purpose then you get a navigation, tab based or any other generated properly. Is there a better way to automate this?