View Controller link to Navigation Controller
ok...I need some help. I have spent dozens of hours on this. I am trying to figure out the following and will try to be concise.
1. My application is NOT based on a Navigation Controller but built with View Controllers
2. I want one page with a table array that shifts to a detail view if a cell is selected
Here is my problem...I can not figure out how to either option below:
A. link a new Navigation Controller to the existing View Controllers
or,
B. just use a table without the Navigation Controller (I prefer). The table and array work fine but I do not know how to link the cells as there is no Navigation Controller.
I humbly ask for guidance...please
Last edited by Remy; 10-28-2009 at 05:32 PM.
|