Here's more. In my simple app, the second view, which is launched by a button on the home view, has in its nib:
a navigation controller, containing
a navigation bar
and a view controller. The view controller contains
a table view
and a navigation item.
If I connect the navigation bar's view in the connections pane to the File's Owner's view, then when the view is loaded, I see the navigation bar at the top, but not the tableview.
If I connect the tableview's view in the connections pane to the File's Owner's view, then the navigation bar's view connection is automatically deleted, and I see the tableview when the view is loaded, but not the navigation bar.
I think I'm getting closer, but I don't know how to have both the navigation bar and the tableview visible at the same time.
/S
|