Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 13 UIImage orientation problem #409

Open
bvaillant-clgx opened this issue Mar 11, 2020 · 0 comments
Open

iOS 13 UIImage orientation problem #409

bvaillant-clgx opened this issue Mar 11, 2020 · 0 comments

Comments

@bvaillant-clgx
Copy link

bvaillant-clgx commented Mar 11, 2020

I'm Using AlamofireImage in one of my project sinceiOS13 I have a problem with UImage orientation.

In my project I'm downloading an image with "imageView.af.setImage(withURL:)". The original image is upside down with imageOrientation to .down.

In iOS12 the image is rotated automatically in the right orientation and shown correctly, but in iOS13, the image is upside down.

I did a sample project with only a UIImageView and got the same problem.

I also try to download the image manually and put it in the asset and the image is rotated correctly.

Alamofire Environment

**Alamofire version: Alamofire (5.0.2), AlamofireImage (4.0.3)
**Xcode version: 11.3.1
**Swift version: Swift 5
**Platform(s) running AlamofireImage: iOS
**macOS version running Xcode: 10.15.3

https://github.com/bvaillant-clgx/TestAlamofireImage

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

No branches or pull requests

1 participant