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)
I have a UITextView within a UITableView cell. I have been unable to get
Share
adding the textview to the cell:
done button code:
(the “new” save button is used when saving the entire UITableViewController)