Reputation: 2527
Is it possible to change the status bar to a certain style in different views. I have two views, each a different theme. Right now I have the status bar to black, but let's say on a certain view I want it gray. Is it possible, if so how.
Upvotes: 2
Views: 1612
Reputation: 135548
[[UIApplication sharedApplication] setStatusBarStyle:... animated:YES];
Upvotes: 6