Edit button not displayed in UITabBarController's MoreNavigationController

后端 未结 2 735
隐瞒了意图╮
隐瞒了意图╮ 2021-01-17 19:58

A UITabBarController is being pushed onto the stack:

let presenter = presentingViewController as! UINavigationController
let tabvc = UITabBarCo         


        
2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-17 20:00

    The reason is that navigation bar of your presenter overlaps with the navigation bar of More section.

    If you don't show the navigation bar for you navigation controller, you will be able to see the Edit button again when you tap on the More tab.

提交回复
热议问题