When a user of mine types text into a UITextView
, I would like the caps lock
modifier to be set to true
so that if they subsequently press the caps lock button it will switch to lower-case text.
What I would like to see is the keyboard's caps button in blue when the UITextView
becomes the first responder. I can't find the right setting in the docs or SO.