Contents

keyboard

The identifier for custom keyboards.

Declaration

static let keyboard: UIApplication.ExtensionPointIdentifier

Discussion

To reject the use of custom keyboards in your app, specify this constant in your implementation of the application(_:shouldAllowExtensionPointIdentifier:) delegate method.

See Also

Disallowing specified app extension types