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

When allow full access is off its crashing in ipad with ios 10+ program is crashing before init function is called. Kindly tell me how to fix it as soon...

Hi, I put an option in the settings to change the keyboard characters to switch from qwerty to azerty I made a ``` func myKeyboard() -> Keyboard { let myKeyboard...

I am developing a keyboard that analyzes the user input. I found the function `keyPressed(key: Key)` in KeyboardViewController.swift, but can't seem to use it to actually get what's typed (a...

After updating to iOS 10 when i type letter "İ" (uppercase i but turkish) on iMessage it crashes and shuts down. I mean iMessage crashes not keyboard. The strange thing...

I was very kindly surprised how universal processing of the Keyboard class is. I can define my own layout, my custom types, with all the colours, letters, images, amazing. I've...

How can I move the keyboard? I want to change size of the keyboard extension and move the keyboard down.

A custom keyboard with Diffrent keyboard types, suggestionbar and long popups with alphabet options — Edit Rebased current archagon/tasty-imitation-keyboard on July 13 and applied AmitBhavsarIphone/Custom-keyboard features . Resolved all the...

``` func setHeight(height: CGFloat) { if self.heightConstraint == nil { self.heightConstraint = NSLayoutConstraint( item:self.view, attribute:NSLayoutAttribute.Height, relatedBy:NSLayoutRelation.Equal, toItem:nil, attribute:NSLayoutAttribute.NotAnAttribute, multiplier:0, constant:height) //Adjust the priority to 900 can solve the constraint warning,...

Any of you guys having such issue on iOS 9? Labels are not visible when keyboard appears. ![cpr8dphucae2dpc](https://cloud.githubusercontent.com/assets/9286693/9979354/e0266cd8-5f81-11e5-8421-4d35a0e73c47.jpg)