Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

SqueegyX

macrumors regular
Original poster
Mar 24, 2008
108
1
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?
 
I found this:

Code:
[textView becomeFirstResponder];

This puts the cursor in the box, but the keyboard doesn't come up. Hmmm..
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.