简体   繁体   中英

iOS TvOS Tab Bar with Navigation Controller

I am working on an Apple Tv app which main screen is a tab bar. In the first tab I have a UINavigationController which view controller has a collection view. When select a cell in the collection view I launch a show segue to another view controller but the navigation bar isn't shown. I've checked that the "Shows navigation bar" is selected in the navigation controller... It is not possible to have a navigation controller inside a tab bar controller in an Apple Tv App?

好的,答案很容易,就没有这样的“导航栏” ...由于导航控制器中的“后退”按钮是遥控器中的“菜单”按钮,因此无需显示导航栏使用后退按钮

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