Flipboard / FLAnimatedImage

Performant animated GIF engine for iOS
MIT License
7.94k stars 1.22k forks source link

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

Open godpit opened 3 years ago

godpit commented 3 years ago

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

insert into the code:

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

        [superdisplayLayer:layer];

    }

But, it did not work.

yymjr commented 3 years ago

I also experienced the same situation.

Kienty commented 3 years ago

你怎么解决的?