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 t
You can use this simple way: [textField setReturnKeyType:UIReturnKeyGo]; instead of "Add" button.
[textField setReturnKeyType:UIReturnKeyGo];
Other, you create a programmatically keyboard with buttons which you want.