Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Return ボタンを Go ボタンに変更したい。助言がありますか??
ありがとう、
*yourtextfieldname*.returnKeyType=UIReturnKeyGo;
UITextField と UITextView はどちらも、returnKeyTypeプロパティを定義する UITextInputTraits プロトコルに従います。それをに設定してUIReturnKeyGoください。
returnKeyType
UIReturnKeyGo