I want to change the Return button to Go button. Any suggestions??
Thanks,
*yourtextfieldname*.returnKeyType=UIReturnKeyGo;
UITextField and UITextView both follow the UITextInputTraits protocol, which defines a returnKeyType property. Set that to UIReturnKeyGo and you're good to, er, go.
returnKeyType
UIReturnKeyGo
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
527 times
active