Partager via


UICollectionViewReorderingCadence Énumération

Définition

Énumère les vitesses de réorganisation de la vue de collection pour les animations de suppression.

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

Champs

Fast 1

Indique un court délai suivi d’une réorganisation rapide.

Immediate 0

Indique une réorganisation immédiate.

Slow 2

Indique un court délai avant la réorganisation.

S’applique à