iOS开发---根据button获取相对应的cell

DeliveryGoodsStockListTableViewCell *cell = (DeliveryGoodsStockListTableViewCell *)button.superview.superview;

NSIndexPath *indexPath = [self.stockTableView indexPathForCell:cell];


你可能感兴趣的:(iOS开发---根据button获取相对应的cell)