How to blink the cursor of a textview when the viewController appears?
What you want is:
textView.becomeFirstResponder()
in viewDidAppear
.
In Objective-C, that would be [textView becomeFirstResponder]
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With