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 duplication in iOS 13b5 [BUG] #26

Closed
degello opened this issue Aug 5, 2019 · 8 comments
Closed

Image duplication in iOS 13b5 [BUG] #26

degello opened this issue Aug 5, 2019 · 8 comments

Comments

@degello
Copy link

degello commented Aug 5, 2019

The issue is still present in beta version 5 of iOS 13

@pgrundner
Copy link

Thin behavior is also present on iOS12, so i don't think it is needed to complain on each ios 13 beta :)

@ajkerfaisal
Copy link

This behavior is happening in iOS 13.1 (as of today) but doesn't happen in iOS 12.2

@pgrundner
Copy link

pgrundner commented Sep 30, 2019 via email

@ajkerfaisal
Copy link

More info about my case:
Remote transparent png's and they are in UITableViewCell. The problem occurs when scrolling backward in UITableView.

@skyparentile
Copy link

Fixed removing
if #available(iOS 11, *) { super.image = nil }

everywhere (didMoveToSuperview,didMoveToWindow,updatelayout, etc)

This fix also for iOS11

@DkSuperMan
Copy link

DkSuperMan commented Dec 11, 2019

I fix the bug. Please don't use override image, because the iOS13 system also want to use the image to draw layer content.

@FabianBartels
Copy link

I also encountered this bug with version 0.7.0 when importing the repo via pods.
My workaround was to include it without cocoa pods by copy & paste the code.
I did not figured out why this happened but this workaround helped.

Thanks for providing such a nice repo though.

@sochalewski
Copy link
Owner

@FabianBartels That's because master contains a fix, but new release has not been pushed to the repository. I've released 0.8.0, so now you can easily get it through CocoaPods.

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

7 participants