UIStatusBarAnimation Enum

Definition

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

Fade 1

The status bar fades and and out as it is shown or hidden.

None 0

No animation.

Slide 2

The status bad slides in or out as it is shown or hidden.

Applies to