Hmm, further pondering...
Perhaps, you can just take advantage of the target-action pattern. In this case, your target would not be the UITableViewCell subclass but rather the UITableViewController.
Perhaps, you can just take advantage of the target-action pattern. In this case, your target would not be the UITableViewCell subclass but rather the UITableViewController.