这类问题经常会遇到,方法也很简单暴力
UITableViewCell *cell = (UITableViewCell*)[[sender superview] superview];
NSIndexPath *indexPath = [_tableView indexPathForCell:cell];
Frame *frame = array[indexPath.row];
这类问题经常会遇到,方法也很简单暴力
UITableViewCell *cell = (UITableViewCell*)[[sender superview] superview];
NSIndexPath *indexPath = [_tableView indexPathForCell:cell];
Frame *frame = array[indexPath.row];