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

the image can not be displayed for ios 14. #246

Open
godpit opened this issue Dec 6, 2020 · 2 comments
Open

the image can not be displayed for ios 14. #246

godpit opened this issue Dec 6, 2020 · 2 comments

Comments

@godpit
Copy link

godpit commented Dec 6, 2020

the image can not be displayed for ios 14. How to resolve ?
some suggestion :

  • (void)displayLayer:(CALayer*)layer

insert into the code:

if(@available(iOS14.0, *)) {

        [superdisplayLayer:layer];

    }

But, it did not work.

@yymjr
Copy link

yymjr commented Jan 16, 2021

I also experienced the same situation.

@Kienty
Copy link

Kienty commented Feb 8, 2021

你怎么解决的?

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