iOS Keyboard Key Button
09 Sep 2015 - Ricardo PereiraIf you’re creating a custom iOS keyboard, this may interest you.
Since iOS8 it is possible to add third-party keyboards onto the system and I decided to create one because I am missing an important feature.
I’m creating a custom keyboard and I want it to have a look and feel like the native keyboard. So I downloaded the iOS 9 GUI sketch file from MengTo and analysed each button property.
The button needs corner radius and a bottom shadow with no blur. The shadow has only 2 points “height”.
The result:
Again, I hope you like it.
Cheers,