Contents

present(_:for:)

Tells the delegate to present the Edit Shortcut view controller.

Declaration

func present(_ editVoiceShortcutViewController: INUIEditVoiceShortcutViewController, for addVoiceShortcutButton: INUIAddVoiceShortcutButton)

Parameters

  • editVoiceShortcutViewController:

    The view controller to present.

  • addVoiceShortcutButton:

    The Siri Shortcut button calling this method.

See Also

Presenting Shortcut Editors