locationInView:获取到的是手指点击屏幕实时的坐标点translationInView获取到的是手指移动后在相对坐标中 locationInView:获取到的是手指点击屏幕实时的坐标点 translationInView获取到的是手指移动
translationInView获取到的是手指移动后在相对坐标中的偏移量
例如CGPoint translation [panGesture translationInView:self.imageView];
translation.x 就是相对self.imageView.frame.origion.x的偏移量