Rotating Two UIImageView in X Direction
问题 i wanna rotate two images i put one images behind the other but when i rotate them with the following code the back image will be above the front image and i assign their ZPOstion but their is no change this link for my view before rotate http://i39.tinypic.com/ivv2ah.png and after rotate http://i43.tinypic.com/ic05xj.png how this happen [UIView animateWithDuration:0.2 animations: ^{ CALayer *myLayer=self.image2.layer; CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@