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.
我有UITabBarController3 个项目,当应用程序启动时,所有项目的图标都显示为有色,而不是一个有色,另外两个显示为灰色:
UITabBarController
在我浏览选项卡后,它们开始正常运行。为什么会这样?
将此行添加到您的 App Delegate
[[UITabBar appearance] setTintColor:[UIColor orangeColor]];