Change text of "Return" keyboard button

Ilya Suzdalnitski picture Ilya Suzdalnitski · Jun 10, 2009 · Viewed 45k times · Source

How can I change the standard text of the "Return" button to something else?

I want it to be "Add".

Answer

macbirdie picture macbirdie · Jun 10, 2009

Unfortunately, you can change "Return" into only one of these predefined labels with the returnKeyType property:

  • Return (default)
  • Go
  • Google
  • Join
  • Next
  • Route
  • Search
  • Send
  • Yahoo
  • Done
  • Emergency Call
  • Continue (as of iOS 9)

So maybe you should choose "Next" if a data entry kind of activity is what you're after.

More information here.