Storyboard Global Tint UITabBar Tint changed in IOS 7.1

前端 未结 2 1343
北海茫月
北海茫月 2020-12-30 01:09

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 Updat

2条回答
  •  执念已碎
    2020-12-30 01:29

    Swift code that works under iOS 11 (in AppDelegate's didFinishLaunching):

    application.windows[0].rootViewController?.view.tintColor = UIColor.black
    

提交回复
热议问题