I created a custom UITableViewCell and placed a UITextView on it. Now when I click on the UITextView inside the tableView:didSelectRowAtIndexPath: cell, it is not called (in the supervision, which is the UITableViewController ).
Should I make the UITextView "transparent" or something else? How can i do this? I get the same effect when adding a button.
source share