spiegel-keyman/ios/docs/engine/KeyboardPickerButton/index.md
2024-10-31 10:13:00 +07:00

667 B

title
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