开发者

How to start an app with an activated keyboard and a courser in a UITextView?

开发者 https://www.devze.com 2022-12-15 15:07 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消