다음을 통해 공유


UIViewAnimatingState 열거형

정의

애니메이션 상태를 열거합니다.

[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 = 
상속
UIViewAnimatingState
특성

필드

Active 1

애니메이션이 실행 중이거나 일시 중지됩니다.

Inactive 0

애니메이션이 아직 시작되지 않았습니다.

Stopped 2

애니메이션이 중지되어 다시 시작할 수 없습니다.

적용 대상