Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改的主要内容是出现在 UITabBar 的“更多”项中的 UINavigationBar 的色调。我已经为普通项目中的其他 NavigationControllers 完成了此操作,但我还没有找到 More 项目中定义的那个。
在拥有标签栏控制器的文件中插入以下内容:
self.tabBarController.moreNavigationController.navigationBar.tintColor = [UIColor blueColor];