Partager via


UIViewAnimatingState Énumération

Définition

Énumère les états d’animation.

[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 = 
Héritage
UIViewAnimatingState
Attributs

Champs

Active 1

Les animations sont en cours d’exécution ou suspendues.

Inactive 0

Les animations n’ont pas encore commencé.

Stopped 2

L’animation est arrêtée et ne peut pas être reprise.

S’applique à