Tagged Questions
6
votes
2answers
4k views
UITableViewCell Custom accessory - get the row of accessory
I have a pretty big issue. I am trying to create a favorite-button on every UITableViewCell in a UITableView. That works very good, and I currently have an action and selector performed when pressed.
...