textfield-enter-customize | ios-app-dev-memo
swift
TextField("...", text: $text)
.submitLabel(.go)
- .continue : 続ける
- .done : 完了
- .go : 開く
- .join : 登録
- .next : 次へ
- .return : 改行
- .route : 経路
- .search : 検索
- .send : 送信
TextField("...", text: $text)
.submitLabel(.go)