Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change text of "Return" keyboard button

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

I want it to be "Add".

like image 351
Ilya Suzdalnitski Avatar asked Jun 10 '09 17:06

Ilya Suzdalnitski


People also ask

How do I get the return button on my Iphone keyboard?

Tap the “123” key in the bottom-left corner of the keyboard. 3. Find the Return button on the right side of the space bar, right below the Backspace key.


1 Answers

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.

like image 146
macbirdie Avatar answered Sep 20 '22 09:09

macbirdie