Can't get keyboard to resign consistently with UITextView in UITableViewCell

Posted by user216661 on Stack Overflow See other posts from Stack Overflow or by user216661
Published on 2009-12-05T16:04:24Z Indexed on 2010/04/04 13:03 UTC
Read the original article Hit count: 312

Filed under:
|
|

I have a UITextView within a UITableView cell. I have been unable to get the keyboard to consistently resign after editing. Detecting DidEndEditing hasn't worked. Adding my own "done" button to the toolbar brings intermittent results. Advice? (Note: This is UITextView not UITextField. Thanks)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitextview