简体   繁体   中英

xcode: can't see in storyboard a navigation item

I have added to my tableView with navigationController a bar button with text "Start!". 在此处输入图片说明

But I can not see it anymore in the storyboard.

In my build I can see it:

在此处输入图片说明

I think this is also the reason for this error log message:

pushViewController:animated: called on while an existing transition or presentation is occurring; the navigation stack will not be updated.

What can I do to make the bar button visible again?

The tableviewcontroller is covering the navbar in your storyboard. Check the properties in the storyboard and verify that your tableviewcontroller is inheriting his geometry. (setting is called inferred)

在此处输入图片说明

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