textInputContextIdentifier
An identifier signifying that the responder should preserve its text input mode information.
Declaration
var textInputContextIdentifier: String? { get }Discussion
If you redefine this property and return a string value, UIKit tracks the current text input mode for the responder. While in tracking mode, any programmatic changes you make to the text input mode are remembered and restored whenever the responder becomes active.