translationinview专题

iOS之touch手势用法/locationInView:与translationInView:的区别

//开始点击 -(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{     UITouch *touch=[touches anyObject];//获取一个触摸对象     CGPoint cur=[touch locationInView:self.view];//当前点