I have a view built through IB, there\'s a text view and and button on it. When the view shows up I would like to have the keyboard to be already displayed.
I tried to s
For Swift
textView.becomeFirstResponder()