The current text-input mode.
SDKs
- iOS 4.2+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
@interface UITextInputMode : NSObject
Overview
You can use this object to determine the primary language currently being used for text input.
The current text-input mode.
SDKs
Framework
@interface UITextInputMode : NSObject
You can use this object to determine the primary language currently being used for text input.
active Input Modes
Returns the active text-input modes.
primary Language
The primary language, if any, of the input mode.
UIText Input Current Input Mode Did Change Notification
Posted when the current input mode changes.
UIText Input
A set of methods you implement to interact with the text input system and enable features such as autocorrection and multistage text input in documents.
UIText Input Delegate
An intermediary between a document and the text input system.
UIText Input Tokenizer
A tokenizer, which is an object that allows the text input system to evaluate text units of different granularities.
UIKey Input
A set of methods a subclass of UIResponder
uses to implement simple text entry.
UIText Input String Tokenizer
A base implementation of the UIText
protocol.
UIDictation Phrase
An object that represents the textual interpretation of a spoken phrase as dictated by a user.
UIInput View
An object that displays and manages custom input for a view when that view becomes the first responder.