UICollectionViewReorderingCadence 열거형

정의

드롭 애니메이션에 대한 컬렉션 뷰 재구성 속도를 열거합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionViewReorderingCadence
type UICollectionViewReorderingCadence = 
상속
UICollectionViewReorderingCadence
특성

필드

Fast 1

짧은 지연 후 빠른 순서를 나타냅니다.

Immediate 0

즉각적인 재구성을 나타냅니다.

Slow 2

다시 구성하기 전에 짧은 지연을 나타냅니다.

적용 대상