Is it possible to make the iPhone keyboard invisible / remove it without resigning first responder?

Posted by Alex Gosselin on Stack Overflow See other posts from Stack Overflow or by Alex Gosselin
Published on 2010-03-27T20:19:37Z Indexed on 2010/03/27 20:23 UTC
Read the original article Hit count: 150

Filed under:
|
|
|

I am looking for a way to show my own input view (a UITableView) to enter certain keywords in a UITextView faster than typing them, and also be able to type into this text view the normal way. My solution has a button that causes the keyboard to disappear, revealing the table view underneath it.

Problem is I can't figure out how to make the keyboard go away without resigning first responder, and losing the cursor. Has anyone accomplished this before?

Thanks for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about keyboard