- (void) del:(UIButton *) button {
    NSLog(@"%s",__FUNCTION__);
    UITableViewCell * cell = (UITableViewCell *) [[button superview] superview];
    NSIndexPath * path = [self.favouriteTableView indexPathForCell:cell];
    NSLog(@"index row = %d",path.row);
}

 

相关文章: