Hello, I want that my app starts with the keyboard and a courser in my UITextView, so that the user can instantly start to write. How can I do that?
Thanks for your help!
Hello, I want that my app starts with the keyboard and a courser in my UITextView, so that the user can instantly 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.