I want do a demo, this move imageview1 to imageview2, The rule of move is: A point in imageview1, B point in imageview2, I want to do point A move to Point B, also imageview1 moved.
if imageview1
can be handlePinchGesture handlePanGesture handleRotateGesture
what I do? imageview1.frame howto get?
self.hairImageView.transform = CGAffineTransformTranslate(self.hairImageView.transform, left_moved, hit_moved);
This imageview1
continued up up up,not in correct point, imageview1.frame
is also wrong.