UITouch *myTouche = [touches anyObject];
CGPoint point = [myTouche locationInView:self];
IOS获取当前手指触摸的点
最新推荐文章于 2017-02-04 10:44:00 发布
UITouch *myTouche = [touches anyObject];
CGPoint point = [myTouche locationInView:self];