Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mathcolo

macrumors 6502a
Original poster
Sep 14, 2008
860
16
Boston
Hello there:

In the last few days, I've been attempting to create a navigation-based application for iPhone that has children, with children of those children. I used Google to find a few tutorials like this one that describe how to make an application like this, but only with children, not sublevels beyond that. How do I extend a tutorial like the above one to show more navigation lists below one child? I looked at pushViewController but I'm not trying to push a view controller, I'm trying to push more navigation.

Hopefully the above makes sense. Any help would be greatly appreciated...

Thanks,
mathcolo
 
Tip: UINavigationController is a subclass of UIViewController.

Ok, so I just created a new UITableViewController (a subclass of UIViewController) for each step of the navigation and it seems to work normally.

Thanks!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.