NavigationController + TableViewController in separate xib file
is it possible to create a xib file which contains a navigationController, and a subview so that when loaded, a navigation bar appears on top and controls pushing of viewcontrollers.
- ViewController Xib
--- NavigationController
------ TableViewController
Unfortnately, I'm stuck at early stages trying to understand how IB connections work. One of the problems is displaying the Navigation Bar. A NavigationController has a UIViewController which in turn has a view. When I connect that view the the File's Owner, I don't see the navigation bar.
Any help is appreciated.
|