Mirza Delic
Mirza Delic

Reputation: 4349

Xcode navigation bar, tab bar, table view title not showing

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:

enter image description here

enter image description here

enter image description here

How to fix this, what is the problem?

Upvotes: 1

Views: 3231

Answers (1)

kedzia
kedzia

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

Related Questions