How to make a navigation app?

Yes, I know most of you think I'm an idiot, butt (kidding). I've searched everywhere for something on how to completely create an iphone navigation app, but all I found was setting up table views or navigation controllers. I haven't found anything on how to create a data model (something simple from arrays and dictionaries, SQLite and CoreData is a bit out of my scope) or move it around. Does anyone know of any tutorials or something? Thanks.

+2


a source to share


2 answers


The key phrase you're looking for is the "drill" pattern.

Apple has a great example (with a complete sample app) of a deployed app with a basic data controller:



http://developer.apple.com/iphone/library/samplecode/SimpleDrillDown/Introduction/Intro.html

+1


a source


The iPhone Development Course at Stanford provides good information on how to set up a navigation-based app. In particular, Lectures 7-9 are devoted to topics of interest to you. You can find lectures in iTunes U. Assignments and handouts are also available on the course website .



0


a source







All Articles