How to change for 3D rotation on UIPanGesture?
问题 I have done animation opening a page on tapping on it but now I have to change it for Pan Gesture. How should I start? [UIView setAnimationDelegate:self]; [UIView commitAnimations]; CALayer *layer = ges.view.layer; CATransform3D initialTransform = ges.view.layer.transform; initialTransform.m34 = 1.0 / -1100; layer.transform = initialTransform; layer.anchorPoint = CGPointMake(-0.0, 0.5); [UIView beginAnimations:@"Scale" context:nil]; [UIView setAnimationDuration:2]; [UIView setAnimationCurve: