Reputation: 5742
I want to change the Return button to Go button. Any suggestions??
Thanks,
Upvotes: 2
Views: 615
Reputation: 57149
UITextField and UITextView both follow the UITextInputTraits protocol, which defines a returnKeyType
property. Set that to UIReturnKeyGo
and you're good to, er, go.
Upvotes: 2