How can I add Done button to the number pad in swift and then use this button to hide the keyboard?
Asked
Active
Viewed 1,798 times
1 Answers
0
Unless you are planning on coding a whole keyboard from scratch you can only select existing keyboard types.
There is a really good article http://www.weheartswift.com/make-custom-keyboard-ios-8-using-swift/ which shows how to create a custom keyboard that may help you.

Andy Grant
- 36
- 2