标签:
-(IBAction)button:(id)sender{
UITableViewCell* buttonCell = (UITableViewCell*)[sender superview];
NSUInteger row = [[tableView indexPathForCell:buttonCell]row];
}
如何得到自定义UITableViewCell中的按钮所在的cell
标签:
原文地址:http://www.cnblogs.com/MJP334414/p/5029954.html