Contents

inputContext

The text input context object for the view.

Declaration

var inputContext: NSTextInputContext? { get }

Discussion

The value of this property is nil when the view does not conform to the NSTextInputClient protocol.

See Also

Handling Events in the View