I have a custom TableViewCell and I would like that user can only tap/select the part of the cell in tableview.
I guess that this would be possible if I make the my CustomCell non selectable and then add UIButton inside my CustomCell on which the user can tap.
But are there any other ways of doing it?