I want to change my UIImage
orientation.
I've done this one:
image = [UIImage imageWithCGImage:image.CGImage
scale:1.0 orientation: UIImageOrientationUpMirrored];
And it works fine ! But I have next problem:
I want play UIImageView
animation with CHANGED IMAGES orientation! But it plays WITHOUT changing! I've get orientation and it was changed - but images show like NOT.
Can someone advice ?
Yes, looks like animation IGNORE image orientation.
thanks,
Add set of images in the array and call that array along with the position of the uiimageview and get the output flow's from the array.
http://www.chuckstar.com/blog/technology/iphone-sample-rotating-uiimage-inside-uiimageview/
Hope this may help you!!!