I have seen other people who have had this question, but most of the responses aren\'t working on the latest 3.0 build of iPhone OS. Anyway, I\'m wondering how I can programati
I had success with that:
CATransform3D rotationTransform = CATransform3DIdentity; [view.layer removeAllAnimations]; rotationTransform = CATransform3DRotate(rotationTransform, angle, 0.0, 0.0, 1); view.layer.transform = rotationTransform;