clearTextInputContextIdentifier(_:)
Clears text input mode information from the app’s user defaults.
Declaration
class func clearTextInputContextIdentifier(_ identifier: String)Parameters
- identifier:
An identifier assigned to the Textinputcontextidentifier property of one of your responders.
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.