Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

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

Open
acushway opened this issue Feb 5, 2014 · 0 comments

Comments

@acushway
Copy link

acushway commented Feb 5, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant