I have a UITableView wherein I have placed a UIButton (as a subview of cell). Also below the table, I have a UITextField. On touching the textField, the keypad appears as usual. What I want is to dismiss the keypad on touching the table.
One option which I considered was setting UITapGestureRecognizer for UITableView. But I threw up that idea as I have a button on tableCell which then becomes unresponsive.
Also, I don’t want Done or return button on keypad. What I mean to say is, I don’t want the keypad to disappear from keypad but on touching the table taking care of the button it has.
May be you can try this.