swift - Changing UIStatusBar color to specific color with RGB? -


i want change uistatusbar color using rgb. possible?

i tried(but failed)

uiapplication.sharedapplication().statusbarstyle = uistatusbarstyle.uicolor(...) 

as far know, it's not possible. can switch between .lightcontent , .default.

take @ 1 : how change status bar color using ios swift on internet reachability?

this 1 applies color of battery, network etc. can set background color setting 1 on navigation bar or placing view inside view controller if don't use navigation bar.


Comments