When a user inputs text into my textField, it’s always lowercase letters. I have the keyboard appearing when they need to type, but is there a way to make the keyboard appear but the Shift key “pressed” already?
If not, can I use string.upper() to only make the first letter capitalized?
Thanks