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.
最初の文字が小文字になるようにメールアドレスを挿入したいのですが、キーボードが表示されると最初の文字が大文字になります。私は何をすべきか?
autocapitalizationTypeテキストフィールドのプロパティをに設定しますUITextAutocapitalizationTypeNone
autocapitalizationType
UITextAutocapitalizationTypeNone
あなたが望むかもしれません:
myTextField.keyboardType = UIKeyboardTypeEmailAddress;