UITableViewCell only makes part of cell selection

I have a custom TableViewCell and I would like this user to only be able to touch / select part of the cell as a table.

I assume this would be possible if I made my CustomCell impractical and then add a UIButton inside my CustomCell that the user can click on.

But are there other ways to do this?

+3
source share

All Articles