Freigeben über


UITableViewDropIntent Enumeration

Definition

Listet Optionen für die Ablagebehandlung 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 UITableViewDropIntent
type UITableViewDropIntent = 
Vererbung
UITableViewDropIntent
Attribute

Felder

Automatic 3

Gibt an, dass der Drop basierend auf dem Ablageort automatisch behandelt wird.

InsertAtDestinationIndexPath 1

Gibt an, dass der Inhalt an der gelöschten Position platziert wird.

InsertIntoDestinationIndexPath 2

Gibt an, dass der Inhalt in dem Element platziert wird, das sich an der gelöschten Position befindet.

Unspecified 0

Gibt das Fehlen eines Drop-Vorschlags an.

Gilt für: