UICollectionUpdateAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |