Contents

INUIEditVoiceShortcutViewController

A view controller that lets the user edit or remove an existing shortcut.

Declaration

class INUIEditVoiceShortcutViewController

Overview

To let the user edit or remove a shortcut, create an instance of INUIEditVoiceShortcutViewController with the INVoiceShortcut. Then present the view controller to the user. To receive notifications of changes made to the shortcut, set the controller’s delegate to an object that conforms to the INUIEditVoiceShortcutViewControllerDelegate protocol.

Topics

Creating a Shortcut Editor

Handling View Controller Events

See Also

Shortcut Editors