I have a UITextview for email and a UITextview for password. I have the password view set to passwordTextView.isSecureTextEntry = true, with this the keyboard loads with lower case letters. How do I set the keyboard to load with lower case letters for the email view without being secure text entry?
I guess you mean UITextField instead of UITextView?
yourTextField.autocapitalizationType = .none