Contents

clearTextInputContextIdentifier(_:)

Clears text input mode information from the app’s user defaults.

Declaration

class func clearTextInputContextIdentifier(_ identifier: String)

Parameters

Discussion

Calling this method removes any text input mode information associated with the specified identifier from the app’s user defaults. Removing this information causes the responder to use the default text input mode again.

See Also

Managing the text input mode