I have a customCell and add some button into cell.
SettingTableViewCell * cell = (SettingTableViewCell *)[[sender superview] superview];
NSIndexPath * path = [self.tableView indexPathForCell:cell];
How to understand the second sentence!
Thank you very much!