简体   繁体   中英

Why doesn't my view controller have a back button?

In the picture below (We'll call them storyboard item A, B, C in order from left to right), View controller 'C' does not show a back button but I embedded it in a Navigation Controller. Other Stack overflow posts have not worked. How do I get the back button to show? 在此处输入图片说明

Move the Navigation Controller to the "first" view controller (ie: the view controller that does the "pushing" or "showing"). The Navigation Controller should not be embedded in the view controller that contains the back button but rather in the view controller upstream of it. This is the main cause of confusion.

在此处输入图片说明

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