简体   繁体   中英

navigation controller Back button is hide why?

I am using navigation controller in my project and when I navigate from my table view which is there in root view and if I want to come back to home screen it must show back button by default but it does not show me. Where is my mistake, is it related IB?

You have to add the back button in the root view controller for whatever nav view you push onto the stack. You do this with code, not in interface builder

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