inputView
The custom input view to display when the text view becomes the first responder.
Declaration
var inputView: UIView? { get set }Discussion
If the value in this property is nil, the text view displays the standard system keyboard when it becomes first responder. Assigning a custom view to this property causes that view to be presented instead.
The default value of this property is nil.