tags:

views:

30

answers:

0

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?