Enumeration: UIStatusBarAnimation
Overview
The animation applied to the status bar as it is hidden or made visible.
Constant Summary
- UIStatusBarAnimationNone
No animation is applied to the status bar as it is shown or hidden.available in ios 3.2 and later.declared in uiapplication.h.
- UIStatusBarAnimationFade
The status bar fades in and out as it is shown or hidden, respectively.available in ios 3.2 and later.declared in uiapplication.h.
- UIStatusBarAnimationSlide
The status bar slides in or out as it is shown or hidden, respectively.available in ios 3.2 and later.declared in uiapplication.h.