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

Extends from UIView instead of UIImageView to fix iOS13 image duplicate #29

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

thermech
Copy link

There was a lot of case that cause to image of the UIImageView to be duplicate

So it's better to cut the intermediate and extends from UIView instead of UIImageView to fix iOS13 image duplicate

@ikesyo
Copy link

ikesyo commented Feb 3, 2020

Looks like https://github.com/sochalewski/UIImageViewAlignedSwift/tree/c92b9c62fad8e9311d92c320e8c1cda78b304c88#why-a-subclass-of-uiimageview-and-not-a-standard-uiview must be updated. And also by this change the library would not be a drop-in replacement for UIImageView anymore (so you will not be able to use the view in Storyboard/xib simply).

@dcAccedo
Copy link

any updates on this?

UIImageViewAligned.swift Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

5 participants