UIStatusBarAnimation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of animations available when the status bar is hidden or made visible.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIStatusBarAnimation
type UIStatusBarAnimation =
- Inheritance
-
UIStatusBarAnimation
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No animation. |
Fade | 1 | The status bar fades and and out as it is shown or hidden. |
Slide | 2 | The status bad slides in or out as it is shown or hidden. |