UICollectionViewDropIntent Enumeración

Definición

Enumera las acciones de colocación.

[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 UICollectionViewDropIntent
type UICollectionViewDropIntent = 
Herencia
UICollectionViewDropIntent
Atributos

Campos

InsertAtDestinationIndexPath 1

Indica que los elementos quitados se insertarán en la ruta de acceso del índice de destino.

InsertIntoDestinationIndexPath 2

Indica que los elementos quitados se insertarán en el elemento de ruta de acceso del índice de destino.

Unspecified 0

Indica que no se especificó ninguna acción.

Se aplica a