How can I add Done button to the number pad in swift?

1.8k views Asked by At

How can I add Done button to the number pad in swift and then use this button to hide the keyboard?

1

There are 1 answers

0
Andy Grant On

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.