UIButton* button = (UIButton*) sender;
UITableViewCell *cell = (UITableViewCell*)button.superview.superview;
NSIndexPath *indexPath = [self.tableView indexPathForCell:cell];
通过button获取所在的tableViewCell
最新推荐文章于 2020-12-29 00:57:24 发布
6

被折叠的 条评论
为什么被折叠?



