<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionViewUpdateItem/Action",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICollectionUpdateAction"
  },
  "title" : "UICollectionViewUpdateItem.Action"
}
-->

# UICollectionViewUpdateItem.Action

Constants indicating the type of action being performed on an item.

```
enum Action
```

## Topics

### Constants

[`UICollectionUpdateActionNone`](/documentation/UIKit/UICollectionViewUpdateItem/Action/none)

[`UICollectionUpdateActionInsert`](/documentation/UIKit/UICollectionViewUpdateItem/Action/insert)

[`UICollectionUpdateActionDelete`](/documentation/UIKit/UICollectionViewUpdateItem/Action/delete)

[`UICollectionUpdateActionReload`](/documentation/UIKit/UICollectionViewUpdateItem/Action/reload)

[`UICollectionUpdateActionMove`](/documentation/UIKit/UICollectionViewUpdateItem/Action/move)

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)