How to disable the edit button that appears in the more section of a UITabBarController?

前端 未结 16 1009
借酒劲吻你
借酒劲吻你 2020-12-02 11:30

In my application (based on the Tab bar application XCode template) I use a UITabBarController to display a list of different sections of the application that the user can a

16条回答
  •  抹茶落季
    2020-12-02 12:00

    @m4rkk & @lan terrell that code does not work.

    I wasn't able to get it so I just disable the navigation bar altogether.

    tabBarController.moreNavigationController.navigationBar.hidden = YES;
    

提交回复
热议问题