摘要: // 将像素point由point所在视图转换到目标视图view中,返回在目标视图view中的像素值 - (CGPoint)convertPoint:(CGPoint)point toView:(UIView *)view; // 将像素point从view中转换到当前视图中,返回在当前视图中的像素值 - (CGPoint)convertPoint:(CGPoint)point fromView... 阅读全文
posted @ 2016-05-31 14:08 张凯泽 阅读(196) 评论(0) 推荐(0) 编辑