Navigation Within TabController
- by David.Chu.ca
I am trying to use UITabController as may controller in my main window and add navigation controllers to some tab bar items.
For example, the first tab has a navigation controller with table view:
![alt text][1]
The SettingsViewController is associated with its own NIB file, where a table view is defined. Within that xib file, I have a table view…