How do you make it so that when you start typing on the keyboard after youve clicked on a UITextfield the first letter isn\'t a capital automatically?
Try this code:
textfieldname.autocapitalizationType = UITextAutocapitalizationTypeNone;