<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/IntentsUI/INUIEditVoiceShortcutViewControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "IntentsUI"
    ],
    "preciseIdentifier" : "c:objc(pl)INUIEditVoiceShortcutViewControllerDelegate"
  },
  "title" : "INUIEditVoiceShortcutViewControllerDelegate"
}
-->

# INUIEditVoiceShortcutViewControllerDelegate

The protocol an object implements to receive notifications from the view controller that edits or removes a shortcut in Siri.

```
protocol INUIEditVoiceShortcutViewControllerDelegate : NSObjectProtocol
```

## Topics

### Handling Shortcut Changes

[`func editVoiceShortcutViewController(INUIEditVoiceShortcutViewController, didUpdate: INVoiceShortcut?, error: (any Error)?)`](/documentation/IntentsUI/INUIEditVoiceShortcutViewControllerDelegate/editVoiceShortcutViewController(_:didUpdate:error:))

Tells the delegate the user updated the shortcut.

[`func editVoiceShortcutViewController(INUIEditVoiceShortcutViewController, didDeleteVoiceShortcutWithIdentifier: UUID)`](/documentation/IntentsUI/INUIEditVoiceShortcutViewControllerDelegate/editVoiceShortcutViewController(_:didDeleteVoiceShortcutWithIdentifier:))

Tells the delegate the user deleted the shortcut.

### Handling View Controller Events

[`func editVoiceShortcutViewControllerDidCancel(INUIEditVoiceShortcutViewController)`](/documentation/IntentsUI/INUIEditVoiceShortcutViewControllerDelegate/editVoiceShortcutViewControllerDidCancel(_:))

Tells the delegate the user canceled the edit-or-remove-shortcut process.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)