//首先找到这个cell在tableView上的位置
CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath];
//然后找到在屏幕上的位置
CGRect rect = [tableView convertRect:rectInTableView toView:[tableView superview]];
//首先找到这个cell在tableView上的位置
CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath];
//然后找到在屏幕上的位置
CGRect rect = [tableView convertRect:rectInTableView toView:[tableView superview]];