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

inspirations365

macrumors regular
Original poster
Dec 28, 2008
195
0
My application's foundation is a tab view.
It would go as follows:

Tab View -> Navigation Controller (3 Options) -> Several Options -> Image View

What I'd really like to emulate is the iPod/iPhone Settings menu. That uses a Navigation controller, right? And you have a list of things to choose from (I don't need the little icons, though) with arrows, and then once you pick something you have another list to choose from with a sort of "back" button at the top, and then, in my app, you would end up at a picture you could manipulate.

Can anyone give some general advice as to how I'd accomplish this?
 

Compile 'em all

macrumors 601
Apr 6, 2005
4,130
323
Yep, that is correct. You basically need to learn first about UITableView and how to populate it (from either an array, a plist file, or a SQLite DB). Then Navigation Controllers (what happens when you select one a row in that table). Then Tab bars.

I suggest you read this http://developer.apple.com/iphone/l...ViewControllers/CombiningViewControllers.html because it explains exactly what you are trying to accomplish.

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