原文摘自:http://www.cocoachina.com/blog/blog.php?do=bbs&uid=1628&page=8
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event{ CGFloat PointX = fabsf(FirstPoint.x - SecondPoint.x); if(touchMove == NO)
原文摘自:http://www.cocoachina.com/blog/blog.php?do=bbs&uid=1628&page=8
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event{ CGFloat PointX = fabsf(FirstPoint.x - SecondPoint.x); if(touchMove == NO)
相关文章: