Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 748 Bytes

Views.md

File metadata and controls

13 lines (10 loc) · 748 Bytes

Views

KeyboardKit comes with a bunch of keyboard-specific views, for instance:

  • Autocomplete is a namespace that contains autocomplete toolbars and toolbar items.
  • Callouts is a namespace that contains input and action callout views.
  • Emojis is a namespace that contains various emoji keyboards and keyboard components.
  • Input is a namespace that contains text inputs that can be used in a keyboard extension.
  • System is a namespace that contains views that can be used to mimic native systme keyboards.
  • KeyboardGrid can be used to evenly space a set of views in a grid.
  • NextKeyboardButton can be used to switch to the next keyboard.

Have a look at the source code and demo apps for more information about these views.