摘要: IOS-- UIView中的坐标转换 // 将像素point由point所在视图转换到目标视图view中,返回在目标视图view中的像素值 - (CGPoint)convertPoint:(CGPoint)point toView:(UIView *)view; // 将像素point从view中转 阅读全文
posted @ 2016-10-13 18:25 欧莱雅 阅读(111) 评论(0) 推荐(0) 编辑