How to start an app with an activated keyboard and a courser in a UITextView?
I want that my app starts with the keyboard and a courser in my UITextView, so that the user can instantly开发者_如何学Python start to write. How can I do that?
Thanks for your help!
Send your text view the -becomeFirstResponder message in your viewController's viewDidAppear: method.
精彩评论