Hello I would love to rotate a UIImageView 90 degrees.I would not like to use the transform property, like the code below.
imageView.transform = CGAffineTransformMakeRotation(M_PI * 0.50);
What are my other options?
Hello I would love to rotate a UIImageView 90 degrees.I would not like to use the transform property, like the code below.
imageView.transform = CGAffineTransformMakeRotation(M_PI * 0.50);
What are my other options?