So, I want to create a modal view controller that has a UITextView, and I want the keyboard to pop up automatically, and the UITextView has focus.
I found a way to do this by following these steps:
textView.editable = YES; textView.editable = NO;
It just seems hacked to me, is there any other way?
ios objective-c cocoa-touch uikit
Meroon Jun 12 '09 at 17:33 2009-06-12 17:33
source share