Storyboard Global Tint UITabBar Tint changed in IOS 7.1
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Have I overlooked something in just using the Global Tint to set the apps overall tint? My App that worked in IOS 7.06 has suddenly changed today after IOS 7.1 Update. Basic Storyboard, Tab based App with Global Tint (Orange) set in storyboard in IB. Today updated to IOS 7.1 IPhone 5S and it is showing the standard blue tint IPhone 4 IOS 7.06, same app TabBar tint is as it should be. Had to set as below [[UITabBar appearance] setTintColor:[UIColor orangeColor]]; in the TabBarControllers ViewDidLoad to correct the issue. Could it be I have