UIImageView rotation (NOT the image, but the view)
- by Kuko
Hi.
How do I rotate the ImageView ... i'm trying to use landscape mode, and have a problem with accelerometer moving the image ...
Because when I work in portrait mode the x of accelerometer is the same as the x of the image ... But when I work landscape, the x of accelerometer is the y of the image, because the ImageView autorotates with the…