The animation applied to the status bar as it is hidden or made visible.
SDK
- iOS 3.2+
Framework
- UIKit
Declaration
enum UIStatusBarAnimation : Int
Overview
Constants of the UIStatus type are arguments of the set method.
The animation applied to the status bar as it is hidden or made visible.
SDK
Framework
enum UIStatusBarAnimation : Int
Constants of the UIStatus type are arguments of the set method.
case noneNo animation is applied to the status bar as it is shown or hidden.
case fadeThe status bar fades in and out as it is shown or hidden, respectively.
case slideThe status bar slides in or out as it is shown or hidden, respectively.
enum UIStatusBarStyle The style of the device’s status bar.