---
title: delegate
framework: IntentsUI
role: symbol
role_heading: Instance Property
platforms: [iOS 12.0+, iPadOS 12.0+, Mac Catalyst 13.1+, macOS 12.0+, visionOS 1.0+]
path: intentsui/inuiaddvoiceshortcutbutton/delegate
---

# delegate

The object that receives presentation requests from the button.

## Declaration

```swift
weak var delegate: (any INUIAddVoiceShortcutButtonDelegate)? { get set }
```

## See Also

### Presenting Shortcut Editors

- [shortcut](intentsui/inuiaddvoiceshortcutbutton/shortcut.md)
- [INUIAddVoiceShortcutButtonDelegate](intentsui/inuiaddvoiceshortcutbuttondelegate.md)
