Vikings
Vikings

Reputation: 2527

iPhone Status Bar Style

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

Answers (1)

Ole Begemann
Ole Begemann

Reputation: 135548

[[UIApplication sharedApplication] setStatusBarStyle:... animated:YES];

Upvotes: 6

Related Questions