//1.获取cell相对于tableView 的坐标
CGRectrectInTableView = [self.tableView rectForRowAtIndexPath:currentIndexPath];
CGRect rect = [self.tableViewconvertRect:rectInTableView toView:[self.tableView superview]];
//2.获取section相对于tableView 的坐标
CGRect re = [self.tableViewrectForSection:currentIndexPath.section];