Edit

Share via


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

Name Value Description
Insert 0

Inserts the item into the collection view.

Delete 1

Removes the item from the collection view.

Reload 2

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

Move 3

Moves the item to a new location.

None 4

Take no action on the item.

Applies to

See also