-
-
Notifications
You must be signed in to change notification settings - Fork 6k
SDAnimatedImageView doesn't render in iOS 14 Beta 1 #3040
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
Comments
@cyanzhong This effect only some custom codec like Static WebP. For This is not related to that Seems some hack from Apple UIKit team that break the |
Seems some break change to that on iOS 13: If we override this, UIKit will render the Temp workaround: |
We also meet it , waiting for apple fix it |
@cyanzhong @lvyuqiang |
mark |
New Issue Checklist
Issue Info
Issue Description and Steps
This doesn't render anything:
UIImageView works fine:
Building the repro code with Xcode 11 works fine as well.
The root cause might be
currentFrame
is nil, anddisplayLayer:
doesn't do anything.The text was updated successfully, but these errors were encountered: