<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIMutableApplicationShortcutItem",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIMutableApplicationShortcutItem"
  },
  "title" : "UIMutableApplicationShortcutItem"
}
-->

# UIMutableApplicationShortcutItem

A mutable Home Screen dynamic quick action, which is an item that specifies a configurable user-initiated action for your app.

```
class UIMutableApplicationShortcutItem
```

## Overview

This class is a convenience subclass of [`UIApplicationShortcutItem`](/documentation/UIKit/UIApplicationShortcutItem), helping you work with registered, and therefore immutable, quick actions. For information about how to use objects of this class in your app, read the overview in [`UIApplicationShortcutItem`](/documentation/UIKit/UIApplicationShortcutItem).

## Topics

### Inspecting a Home Screen dynamic mutable quick action

[`localizedTitle`](/documentation/UIKit/UIMutableApplicationShortcutItem/localizedTitle)

The required, user-visible title for the Home Screen dynamic mutable quick action.

[`localizedSubtitle`](/documentation/UIKit/UIMutableApplicationShortcutItem/localizedSubtitle)

The optional, user-visible subtitle for the Home Screen dynamic mutable quick action.

[`type`](/documentation/UIKit/UIMutableApplicationShortcutItem/type)

A required, app-specific string that you can employ to identify the type of quick action to perform.

[`icon`](/documentation/UIKit/UIMutableApplicationShortcutItem/icon)

The optional icon for the Home Screen dynamic mutable quick action.

[`userInfo`](/documentation/UIKit/UIMutableApplicationShortcutItem/userInfo)

Optional, app-specific information that you can provide for use when your app performs the Home Screen dynamic mutable quick action.

### Designating the scene to activate

[`targetContentIdentifier`](/documentation/UIKit/UIMutableApplicationShortcutItem/targetContentIdentifier)

The object that determines which scene handles the quick action.



---

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)