Contents

present(_:for:)

Tells the delegate to present the Add Shortcut view controller.

Declaration

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