Contents

removeKeyCommand(_:)

Removes the key command from the view controller.

Declaration

func removeKeyCommand(_ keyCommand: UIKeyCommand)

Parameters

  • keyCommand:

    The key command to remove.

Discussion

This method lets you easily remove key commands without overriding the keyCommands property.

See Also

Related Documentation

Accessing the available key commands