UICollectionUpdateAction Enum

Definition

An enumeration of valid UpdateAction properties.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionUpdateAction
type UICollectionUpdateAction = 
Inheritance
UICollectionUpdateAction
Attributes

Fields

Delete 1

Removes the item from the collection view.

Insert 0

Inserts the item into the collection view.

Move 3

Moves the item to a new location.

None 4

Take no action on the item.

Reload 2

Reloads the item by deleting and then inserting it into the collection view.

Applies to

See also