iphone - How to : Navigation Controller in Tab Bar Controller -


I am winking on a simple iPhone application. The first view of the app is the table view. If a user clicks on an item on that table view, the app navigates to another view. The second view also has a table view. If the user clicks on an item on this screen, then I want to show a new xit which has tab bar controller.

Actually, I did it. But, the problem is that I can not see the tabs are shown on the bottom of the tab screen. How can I solve this problem?

Thank you.

Here is one that I was able to work.

I have also read the official SDK documentation on this subject: Since I am still learning, I got more help from Docs.

Note: In the tutorial, I do not think you need a sub-section of the UI navigation controller, and now I am experimenting with this idea. / P>

Update: I was able to get the job without the sub-orbit of the UNV navigation controller. So a sub-class is not needed.


Comments