I'm trying to end editing a UITextView
when I click a UIControl
on another cell.
If I tap on a cell containing the UIControl
, the text view ends editing, as expected. However, when I tap on say, a UIStepper
, the control responds fine but the text view continues in edit mode.
What mechanism would allow me to "catch" the tap anywhere outside the text view and allow me to exit edit mode? Thanks for the help.