I want to insert an email address so the first character will be lower case, but when the keyboard comes up, the first character is capital. What should I do?
Open the Settings app. Tap the section called "General." Tap "Keyboard." Tap "Auto-Capitalization" to toggle it off.
An object that displays an editable text area in your interface.
Set autocapitalizationType
property of your text field to UITextAutocapitalizationTypeNone
You might want:
myTextField.keyboardType = UIKeyboardTypeEmailAddress;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With