Partager via


UITableViewDropIntent Énumération

Définition

Énumère les options de gestion des suppressions.

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

Champs

Automatic 3

Indique que la suppression sera automatiquement gérée en fonction de l’emplacement de dépôt.

InsertAtDestinationIndexPath 1

Indique que le contenu sera placé à l’emplacement supprimé.

InsertIntoDestinationIndexPath 2

Indique que le contenu sera placé dans l’élément qui se trouve à l’emplacement supprimé.

Unspecified 0

Indique l’absence d’une proposition de suppression.

S’applique à