1

I have a UITextField and I would like to have a UIkeyBoard that shows 'SAVE'.

How can I make the keyboard show 'SAVE' button? I am aware of options that can be configured like Default, GO, DONE, NEXT

Nazik
  • 8,696
  • 27
  • 77
  • 123
Six Degree
  • 21
  • 2

2 Answers2

1

You can't change the text of UIKeyBoard's button manually.

Here is a link of all the return keys that you can use instead, Apple documentation.

Rob
  • 15,732
  • 22
  • 69
  • 107
0

No, you can't change the keyboard change button to SAVE.

You can change "Return" into any one of those allowed in apple documentation

Nazik
  • 8,696
  • 27
  • 77
  • 123