Su1001

Results 1 comments of Su1001

针对iOS14系统,即Xcode12运行后,图片不显示,我是这样解决的 但是不太知道会不会有其他影响。 ![ACFD29AA-7B03-4FA4-9012-F6D155278B6B](https://user-images.githubusercontent.com/12637616/94242149-2fa08a80-ff48-11ea-8faa-d4cee208eecf.png) WXLayer.m文件 - (void)display { if (@available(iOS 14.0, *)) { [super display]; } [self.wx_component _willDisplayLayer:self]; }