1.将cell坐标转换为Window中的坐标
CGRect inWindowFrame = [self.superView convertRect:self.frame toView:keyWindow];
注意:一定是母体将cell的坐标转换为对应目标坐标系的坐标
cell坐标转换
原文:http://www.cnblogs.com/nhwly/p/5027245.html