Is there a way to use the keyboard with "Go" key instead of the "Return" key like when you are accessing login fields in Safari? I'm guessing this should be something trivial but my searches aren't turning up anything. :(
Thanks in advance.
For a UITextField or editable UITextView:
UITextField
UITextView
[myTextField setReturnKeyType:UIReturnKeyGo];
You can also configure this in Interface Builder, under Text Input Traits for your text field/view:
2.1m questions
2.1m answers
60 comments
57.0k users