IPhone - Custom UITableViewCell with Interactive UITextView

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.

+4
source share
1 answer
+7
source

Source: https://habr.com/ru/post/1337336/


All Articles