把自己坐标系上的点转换成子控件坐标系上的点

Posted on 2016-07-05 14:42  柠檬片  阅读(121)  评论(0)    收藏  举报

CGPoint childPoint=[self convertPoint:point toView:childView];