Hey all,
This problem has been driving me nuts all day and there has to be a simple answer.
I need to create a login page that then provides access to a UITableView which will then be controlled by a UINavigationController. The question is how do I get and initially loaded login page (UIViewController - as created by the "View-based Application template)) to load a second page? I have the thing responding to the user interaction fine, it's just the launching of the second page that has got me stumped. Getting one page to navigate to another must be easy, eh?
Any examples around I can read up on? Any help and advice will be truly appreciated.
Zen-C