Skip Navigation
Instance Method

setNeedsStatusBarAppearanceUpdate

Indicates to the system that the view controller status bar attributes have changed.
- (void) setNeedsStatusBarAppearanceUpdate;

Discussion

Call this method if the view controller’s status bar attributes, such as hidden/unhidden status or style, change. If you call this method within an animation block, the changes are animated along with the rest of the animation block.

See Also

Current page is setNeedsStatusBarAppearanceUpdate