I have an editable UITextView in a copose message sort of view that I am pushing to an navigation controller. Problem is that that in order to get the keyboard to come up and select the input area, I have to tap it first.
How can I load the view as if I have already tapped the UITextView to stat out with the keyboard showing?
How can I load the view as if I have already tapped the UITextView to stat out with the keyboard showing?