UITextfield type email make first letter should be small

U

try this

UITextField *emailTextField;
emailTextField.autocapitalizationType = UITextAutocapitalizationTypeNone;

if still not working, Go to Device Setting->General->Keyboard->Auto-Capitalization (should be off)

About the author

abdulgafar.nurbash
By abdulgafar.nurbash

Category