Contents

textInputView

An affiliated view that provides a coordinate system for all geometric values in the protocol.

Declaration

optional var textInputView: UIView { get }

Discussion

The view that both draws the text and provides a coordinate system for all geometric values in this protocol. (This is typically an instance of the UITextInput-adopting class.) If this property is unimplemented, the first view in the responder chain is selected.