Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

On this page

Manager.dismissKeyboardPicker()

Summary

The dismissKeyboardPicker() method hides the keyboard picker.

Syntax

Manager.dismissKeyboardPicker(viewController: UIViewController)

Parameters

viewController
View controller.

Description

This dismisses the language list.

Examples

Example: Using dismissKeyboardPicker

The following script illustrates the use of dismissKeyboardPicker:

if !_isDoneButtonEnabled {
  Manager.shared.dismissKeyboardPicker(self)
}

See also