CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath]; CGRect rectInSuperview = [tableView convertRect:rectInTableView toView:[tableView superview]];
rectInTableView是UITableViewCell相对于
tableView的rect
rectInSuperview是
UITableViewCell相对于
tableView父视图的rect