5

How to add hide keyboard keyboard in iPhone same like as in iPad. I search a lot but didn't get any solution, is it possible to do or not ?

I got only these options:

UIReturnKeyDefault,
UIReturnKeyGo,
UIReturnKeyGoogle,
UIReturnKeyJoin,
UIReturnKeyNext,
UIReturnKeyRoute,
UIReturnKeySearch,
UIReturnKeySend,
UIReturnKeyYahoo,
UIReturnKeyDone,
UIReturnKeyEmergencyCall,
Shebuka
  • 3,148
  • 1
  • 26
  • 43
San007
  • 762
  • 1
  • 9
  • 30
  • See the 1st answer to: http://stackoverflow.com/questions/9079815/trying-to-add-done-button-to-numeric-keyboard?rq=1 – rmaddy Mar 26 '14 at 05:33
  • possible duplicate of [Add a button to hide keyboard](http://stackoverflow.com/questions/6179534/add-a-button-to-hide-keyboard) – rmaddy Mar 26 '14 at 05:34
  • 1
    I want to change in keyboard buttons,not a toolbar button above the keyboard. – San007 Mar 26 '14 at 05:44
  • 3
    You can't. There is no API to customize a keyboard. You either add the `inputAccessoryView` or you create a totally custom keyboard and use it as the `inputView` of the text field or text view. – rmaddy Mar 26 '14 at 05:46

0 Answers0