Open godpit opened 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.
I also experienced the same situation.
你怎么解决的?
the image can not be displayed for ios 14. How to resolve ? some suggestion :
insert into the code:
if(@available(iOS14.0, *)) {
But, it did not work.