I subclassed UITableViewCell and added a round rec button using IB.
Normally, the event will be handled on the class of my custom UITableViewCell.
But how do handle the event that the button is clicked on the viewController which has a UITableView that uses this UITableViewCell?
When creating the custom cell, make sure you are adding the view controller as the button action’s target. So in your view controller’s (assuming it is the datasource for the table view):