Using Navigation Controller in a subview of View based Applicatin
Posted
by iphonix
on Stack Overflow
See other posts from Stack Overflow
or by iphonix
Published on 2010-05-10T12:15:58Z
Indexed on
2010/05/10
13:44 UTC
Read the original article
Hit count: 446
Some one please help me with this. I am developing an iPhone app and have stared with View Based Application. I have buttons on my root view screen to take user to other views with their own nibs and classes. On one of those views I need to display a table getting data from SQLite database and then display detail of the selected item depending on the selection from the table. At later stage I also need to add forms to add data.
Now, how to add a Navigation Controller in that view for drill down? Can we convert a View Controller to Navigation Controller just by adding a Navigation bar at the top?
© Stack Overflow or respective owner