I have a UITextField
where the keyboard that pops up has its Shift key disabled. The keyboard type is set to UIKeyboardTypeNamePhonePad
, which seems like it should allow capitals.
If I change the keyboard type to "default" but leave other settings alone, the Shift key is active. The other settings are:
- autocapitalization and autocorrection off
- default appearance
- return key "done"
I'm running iPhone OS 2.2.
Has anyone seen this? I don't understand why the "name phone pad" type would disable the Shift key.