Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0 (current version)Version 16.0Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0

On this page

KeyboardPickerButton class


Summary

The KeyboardPickerButton class provides a button that triggers the language picker menu

Syntax

KeyboardPickerButton.methodName()

Description

Opens a view for the user to switch keyboards or download new keyboards.

Methods

setTitle()
clear images if the developer sets a title

Examples

Example: Using KeyboardPickerButton()

The following script illustrates the use of KeyboardPickerButton():

let kbButton = KeyboardPickerButton(presentingVC: self)

See also