UICollectionViewReorderingCadence Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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. |