Freigeben über


UICollectionViewReorderingCadence Enum

Definition

Listet die Reorganisationsgeschwindigkeit der Sammlungsansicht für Drop-Animationen auf.

[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 = 
Vererbung
UICollectionViewReorderingCadence
Attribute

Felder

Name Wert Beschreibung
Fast 1

Gibt eine kurze Verzögerung gefolgt von einer schnellen Neuanordnung an.

Immediate 0

Gibt eine sofortige Neuorganisation an.

Slow 2

Gibt eine kurze Verzögerung vor der Neuorganisation an.

Gilt für: