UIImage-Categories icon indicating copy to clipboard operation
UIImage-Categories copied to clipboard

Resizing on iOS 7 is broken for photos. They end up rotated the wrong way.

Open acushway opened this issue 11 years ago • 0 comments

I updated the iOS 5 fix to the following to resolve the issue: if ( [[[UIDevice currentDevice] systemVersion] floatValue] >= 5.0 && [[[UIDevice currentDevice] systemVersion] floatValue] < 6.0)

now the iOS 5 solution is only for iOS 5 not 5 and above.

acushway avatar Feb 05 '14 09:02 acushway