IOS获取当前手指触摸的点

UITouch *myTouche = [touches anyObject]; 
    CGPoint point = [myTouche locationInView:self]; 

你可能感兴趣的:(ios,ios开发,Object-C,触点)