1

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

Eagle
  • 11
  • 2

1 Answers1

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