简体   繁体   中英

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:

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

How to fix this, what is the problem?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM