Quote:
Originally Posted by StevenD
Hi,
I'm still kind of a newbie, although I've built a couple of apps.
I can set up an app with a navigationbar when I create a "Navigation-Based Application", but if I want an introductory page that does NOT have a navigationbar and TableView, but rather the user clicks a button that takes him to a view containing a navigationbar and TableView, I can't seem to get that to work.
Is there any general setup advice you can give to send me in the right direction? I can't seem to figure out where the put the UINavigationController. I thought I'd make another view that contained a navigationcontroller, but I tried all sorts of permutations to no success.
Thanks so much for any insight.
/StevenD
|
i think off the top of my head you gotta call that class from an initial view controller which is your start up screen to then load the nib file up with your navigation controller
(not on my mac to look at the code i had used before to do that kind of thing

)