change Status Bar text color in iOS 7

First, go to plist file and set UIViewControllerBasedStatusBarAppearance to NO


[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent]

reference to stack overview

0 意見: