Make textView becomeFirstResponder does not work

Hello,


I would like to present the keyboard and make a UITextView become the first responder as soon as my app transitions to the extended style. I have tried calling becomeFirstResponder on textView in viewDidAppear, viewWillAppear and viewDidLoad.


The result is the input field that has the correct position but the keyboard does not show up? Is this a known bug or am I doing something wrong?


Thanks!

Replies

I am interested in capturing text input as well. If anyone could provide a strategy overview I would greatly appreciate it.