Eric Lin
Eric Lin
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...
Probably because I never got around to implementing proper prediction? An easy naive implementation would be to add and remove words from the LanguageProvider trie as you use them, and...
Depends on what your goal is. When I built this keyboard as an exercise to learn Swift, it was designed for code, where you tend to not reuse variable names...
This appears to happen to the default keyboard as well. Since I don't own an iPhone 6 to test with, I'm going to assume it's either a simulator bug or...