iphone - Best starting point for an app where tableview/navigation controller is just one part -


i've put app uses table view , navigation controller display list of documents (html docs) , clicking on document title open detail view , display contents. works treat part of bigger app have menu of 1 of options.

i've done lot of digging around still unsure on best approach take building overall app. lot of advice seems to use navigation based application template , push out menu view , hide navigation bar recommended way go?

i've read apple docs , modal view controllers sounds , option unsure how slot in existing rootviewcontroller etc?

really appreciate taking time me on right track

cheers kieron

using navigation controller common way of structuring this. , note, nav bar can hidden on view controllers.

be careful presenting view controllers modally -- apple's advice in hig use modals when focusing user's attention on piece of information or crucial task -- don't use them willy-nilly.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -