
How can let the images rotate along y axis? I try to use this code,but it just rotate along image's y axis.
imageView.layer.transform = CATransform3DConcat(imageView.layer.transform, CATransform3DMakeRotation(180,0.0,1.0,0.0));
Anybody can solve my question?many thanks.