tasty-imitation-keyboard icon indicating copy to clipboard operation
tasty-imitation-keyboard copied to clipboard

A custom keyboard for iOS8 that serves as a tasty imitation of the default Apple keyboard. Built using Swift and the latest Apple technologies!

Results 67 tasty-imitation-keyboard issues
Sort by recently updated
recently updated
newest added

Keyboard crashes on iPad landscape mode. It appears normally but whenever you click any button it crashes. I tested in real device. Urgent fix appreciated.

http://www.macrumors.com/2015/03/13/ios-8-3-space-bar-period-keyboard-fix/

I was looking at iPhone General > Privacy > Usage > Usage Data and found this crash report. Any idea what is the reason? ![keyboard](https://cloud.githubusercontent.com/assets/9286693/5141181/f7e75894-718b-11e4-96c7-055412eb0fb5.jpg)

when typing some text then clicking to the middle part of the text, keyboard automatically enables shift mode.

i have func changeSpaceName(sender: Key) method to change space name with animation and i am setting this method on setupKeys() ``` var keyView = self.layout?.viewForKey(key) keyView?.label.alpha = 1 UIView.animateWithDuration(0.3, delay:...

I am not sure if it is related to keyboard or it is another iOS bug but some times keyboard sound get stuck. It keeps making sound without pressing any...

There seems to be an issue with the cursor jumping fields when you use backspace while entering a new contact. The way I got it to do this was by...

- [ ] memoize geometry calculations for key shapes (probably inconsequential despite repeated work) - [x] lazy load settings - [x] reuse keys between pages - [ ] share backing...

This is not a bug but merely a discussion on how one might go about implementing the following button styles: ![screen shot 2014-12-09 at 00 13 25](https://cloud.githubusercontent.com/assets/279099/5339735/6bc4cdbe-7f38-11e4-90a6-d10a82f94675.png) Would it be...

I've worked on custom keyboard for few months. This keyboard is really good at UI, but speed at show up is not good as many keyboards written in swift. I've...