inputView
The primary view for the input view controller.
Declaration
var inputView: UIInputView? { get set }Discussion
When you use an input view controller subclass as the primary view controller for a custom keyboard, this property’s UIInputView object is initially empty. To display your keyboard’s user interface, add controls and views to the inputView property.