标签:
自定义cell,button,tableView
UITableView *cell = (UITableView *)[[self.btn superview] superview] ; NSIndexPath *index = [self.tableView indexPathForCell:cell]; NSLog(@"index is = %li",(long)index.row);
标签:
原文地址:http://www.cnblogs.com/yelan/p/5601298.html