UIKit.UIInputViewController: Method Members

The methods of UIKit.UIInputViewController are listed below. For a list of all members, see the UIInputViewController Members list.

See Also: Inherited members from UIKit.UIViewController

Public Methods

AdvanceToNextInputMode()
Advances to the next keyboard in the list of enabled keyboards.
DismissKeyboard()
Dismisses a custom keyboard from the view.
RequestSupplementaryLexicon(Action<UILexicon>)
Gets a lexicon of pairs of terms for use with a custom keyboard.
RequestSupplementaryLexiconAsync() : System.Threading.Tasks.Task<UILexicon>
Gets a lexicon of pairs of terms for use with a custom keyboard.
SelectionDidChange(IUITextInput)
Documentation for this section has not yet been entered.
SelectionWillChange(IUITextInput)
Documentation for this section has not yet been entered.
TextDidChange(IUITextInput)
Documentation for this section has not yet been entered.
TextWillChange(IUITextInput)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIInputViewController object.