Reputation: 60909
Is it just a tab-bar controller that loads some UITableViews that has navigation items set? Or is it a tab-bar controller that is loading a navigation controller?
Upvotes: 1
Views: 119
Reputation: 17421
Tab-bar controller loading navigation controllers. That's the proper way to enable table drilling down to the content. If I recall properly you have to do this in code, IB can't nest these properly.
Upvotes: 3