Szerkesztés

Megosztás a következőn keresztül:


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

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.

Applies to