Поделиться через


UICollectionViewDropIntent Перечисление

Определение

Перечисляет действия удаления.

[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 = 
Наследование
UICollectionViewDropIntent
Атрибуты

Поля

InsertAtDestinationIndexPath 1

Указывает, что удаленные элементы будут вставлены по пути целевого индекса.

InsertIntoDestinationIndexPath 2

Указывает, что удаленные элементы будут вставлены в элемент пути к целевому индексу.

Unspecified 0

Указывает, что действие не указано.

Применяется к