<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIActivity/Category",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIActivityCategory"
  },
  "title" : "UIActivity.Category"
}
-->

# UIActivity.Category

An enumeration that defines categories of activities.

```
enum Category
```

## Overview

Activities have a defined category, and the activity UI may show activities grouped by category.

## Topics

### Constants

[`UIActivity.Category.action`](/documentation/UIKit/UIActivity/Category/action)

Activities whose primary purpose is to take an action on the selected item, like copying an image or saving it to the camera roll.

[`UIActivity.Category.share`](/documentation/UIKit/UIActivity/Category/share)

Activities whose primary purpose is to share the selected item, like sending an image by email.



---

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)