- (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);
}

 

相关文章:

  • 2022-12-23
  • 2022-01-02
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案