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

Image repeats in iOS 13 #23

Open
mohanvydehi opened this issue Oct 16, 2019 · 3 comments
Open

Image repeats in iOS 13 #23

mohanvydehi opened this issue Oct 16, 2019 · 3 comments

Comments

@mohanvydehi
Copy link

If I set a smaller image than the Image view size and set the mode to left. Image is repeating side by side in iOS 13

@zenghaojim33
Copy link

Same problem. Did you find the solution?

@tagy
Copy link

tagy commented Nov 12, 2019

Same problem, I am trying to resolve it but no luck yet.

@tagy
Copy link

tagy commented Nov 13, 2019

I modified the class to be a UIView subclass instead of UIImageView, as I was fighting with the .image being set as well as the _realImageView.image. It fixes it for me, but that might cause you some other issues depending on your usage.

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

3 participants