View Controller Best Practice
I've put together an app that uses a table view and navigation controller to display a list of documents (they are HTML docs), clicking on a document will open up a detail view and display its contents.
That works a treat but its just one part of a bigger app that will have other functionality and be based on more standard view controllers.
I've done a lot of digging around but am still unsure on the best approach to take for building the overall app. A lot of advice seems to be to use the navigation template and push out my other views hiding the navigation bar but is there not a better way? I've read the Apple docs and Modal View controllers sound like an option but would this require me to create the table view controller/navigation controller from scratch?
Really appreciate someone taking the time to help get me on the right track
Cheers
Kieron
|