kelaha.blogg.se

Custom keyboard ios swift github
Custom keyboard ios swift github








custom keyboard ios swift github

I'll try to not commit broken builds anymore.

custom keyboard ios swift github

We are in alpha! The basic features and appearance should all be there by now.

  • Auto-capitalization, period shortcut, keyboard clicks.
  • Dynamic layouts! All the keys are laid out programmatically, meaning that the keyboard is much easier to extend and will automatically work on devices of all sizes.
  • No bitmaps! Everything is rendered using CoreGraphics.
  • iPad should work, but it'll look like a giant iPhone keyboard.

    custom keyboard ios swift github

    This keyboard is currently optimized for iPhone. (I'm sure there are ways to get even more accuracy via reverse engineering, but that's too much work for me!) In the end, I hope to produce a coherent and robust baseline for creating custom 3rd party keybards - at least, until Apple decides to fully open up their keyboard API. Unfortunately, it's not possible to access the keyboard view through code, so this is my attempt to imitate it by hand. I'm working on a 3rd party keyboard for iOS8 and I want it to look and feel as close as possible to Apple's keyboard.










    Custom keyboard ios swift github