I know this sounds pretty silly, but changing the color of the status bar in IB doesn't change anything. He always stays gray. I can change the code to black (works), but still I have this gray bar during the first run. Xcode - 4.2 beta, now you canβt download a new one.
Any thoughts?
You need to set the status bar style in the Info.plist file. So that it displays correctly at the beginning.
Use "Status Bar Style" as the key or "UIStatusBarStyle" if you are using raw values. Then set it to your desired style.
Source: https://habr.com/ru/post/1782025/More articles:Vim: delete buffer when exiting split window - vimUIButton does not receive touch events inside custom UITableViewCell - iphoneMoving data from Solr 1.5 to Solr 4.0 - luceneJavascript JSONP callback function undefined - javascriptBest feature to capitulate headers? - phpHanoi specific problem - algorithmOdd output with Rails every loop - ruby-on-railsMonoDevelop 2.4.1 does not work on Windows 7, cannot load glibsharpglue-2 - c #Groovy GSP - grailsIphone / Ipad emulator for windows - ios-simulatorAll Articles