Removing the rightBarButtonItem from moreNavigationController of UITabBarController

筅森魡賤 提交于 2019-12-05 14:13:57

I used

tabController.customizableViewControllers = nil;

and it worked fine :)

You should call navigationItem.rightBarButtonItem = nil in each viewControllers viewDidLoad where you want to get rid of it.

Otherwhise could you show more code of your implementation?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!