Using the same Nav control for views & a table
How can I use a single Navigation controller to move through multiple views and a table? Here's how my app is set up:
FirstView >> SecondView >> TableView(Controller?) >> TableSubView >> ThirdView >> Fourth View
I've got no problem switching between views... I'm a little confused as to how to get from the SecondView to the TableView (& TableSubView) and then back to the ThirdView.
I'm obviously new to Obj-C & XCode/IB so if someone could just help me with how to set this up I would be greatly appreciative!
Thanks in advance!
Charles
|