UIResponder.ClearTextInputContextIdentifier(NSString) Method

Definition

Clears the text input mode information from the application's user defaults.

[Foundation.Export("clearTextInputContextIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ClearTextInputContextIdentifier (Foundation.NSString identifier);
static member ClearTextInputContextIdentifier : Foundation.NSString -> unit

Parameters

identifier
NSString

Identifier that is assigned to the textInputContextIdentifier property for one of your responders.

Attributes

Applies to