Reputation: 4349
I have problem that navigation bar title is not showing, and first row of table is not showing, that happend when i embeded in tab bar controller. See images:
How to fix this, what is the problem?
Upvotes: 1
Views: 3231
Reputation: 295
The controller that is on top of NavigationControllers navigation stack is TabBarController so it will display it's title not the TableViewControllers which is TabBarControllers child.
This question may help you.
Upvotes: 2