sherry2009 macrumors newbie Original poster Dec 14, 2009 12 0 Dec 17, 2009 #1 I want to see keyboard ,when first coming to UITextView ,and cursor is in the UITextView ,I don't want ,when I tuch the UITextView,then the cursor and the keyboard appear.How should I do? Thx!
I want to see keyboard ,when first coming to UITextView ,and cursor is in the UITextView ,I don't want ,when I tuch the UITextView,then the cursor and the keyboard appear.How should I do? Thx!
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Dec 17, 2009 #2 Try this: Code: [textField becomeFirstResponder];