Kamaros / ELDeveloperKeyboard

An iOS custom keyboard extension written in Swift designed to make it much, much easier to type code on an iOS device.
Apache License 2.0
80 stars 21 forks source link

How to increase the height of the keyboard? #10

Open horaceho opened 9 years ago

horaceho commented 9 years ago

... like SwiftKey?

kb_ext

Kamaros commented 9 years ago

This wasn't possible when I started writing this app extension. It looks as though Apple now allows this by manipulating the height constraint of the main keyboard view. I might add the option if I find the time to do so. Since I don't own an actual iPhone and I don't use Swiftkey, might I ask how you actually resize the keyboard with Swiftkey? (ie. Is it via a settings menu, or can you drag upwards from the top of the keyboard, etc).

horaceho commented 9 years ago

By default SwiftKey loads with the extra height.

iShariefi commented 9 years ago

@Kamaros I'm badly in need of your email address, need some help.