Freigeben über


UIViewAnimatingState Enumeration

Definition

Listet Animationszustände auf.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewAnimatingState
type UIViewAnimatingState = 
Vererbung
UIViewAnimatingState
Attribute

Felder

Active 1

Animationen werden entweder ausgeführt oder angehalten.

Inactive 0

Animationen wurden noch nicht gestartet.

Stopped 2

Die Animation wird beendet und kann nicht fortgesetzt werden.

Gilt für: