---
title: "present(_:for:)"
framework: IntentsUI
role: symbol
role_heading: Instance Method
platforms: [iOS 12.0+, iPadOS 12.0+, Mac Catalyst 13.1+, macOS 12.0+, visionOS 1.0+]
path: "intentsui/inuiaddvoiceshortcutbuttondelegate/present(_:for:)-5foo8"
---

# present(_:for:)

Tells the delegate to present the Add Shortcut view controller.

## Declaration

```swift
func present(_ addVoiceShortcutViewController: INUIAddVoiceShortcutViewController, for addVoiceShortcutButton: INUIAddVoiceShortcutButton)
```

## Parameters

- `addVoiceShortcutViewController`: The view controller to present.
- `addVoiceShortcutButton`: The Siri Shortcut button calling this method.

## See Also

### Presenting Shortcut Editors

- [present(_:for:)](intentsui/inuiaddvoiceshortcutbuttondelegate/present(_:for:)-9n4m9.md)
