In iPhone we have a UIStatusBar
which shows the time. Does anybody know how I can change its textcolor
?
Below is the code changing style, but can we change THE label's color?
[[UIApplication sharedApplication]
setStatusBarStyle:UIStatusBarStyleBlackTranslucent];