UIImage-Categories
UIImage-Categories copied to clipboard
Resizing on iOS 7 is broken for photos. They end up rotated the wrong way.
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.