Kevin Luo

Results 6 comments of Kevin Luo

> `原因可能是在iOS14中,如果自定义了imageView的layer渲染,需要手动设置layer.contents,不会在设置了image后进行同步contents` > > ![image](https://user-images.githubusercontent.com/3972317/93858998-a0009f00-fcef-11ea-9e0d-399bf5967267.png) > > `在weex中,imageView组件除非设置了compositing,才进入layer层并重新渲染,否则仍旧以image为主` > > ![image](https://user-images.githubusercontent.com/3972317/93859859-c6730a00-fcf0-11ea-97ea-7e33b52f1917.png) > > `我的临时方案是设置image后主动同步layer.contents` > > ![image](https://user-images.githubusercontent.com/3972317/93860787-2b7b2f80-fcf2-11ea-82d3-a76f5b5e3b2e.png) > > ` if (image) { self.layer.contents = (id)image.CGImage; } else { self.layer.contents...

请问这个tojson 崩溃 有解决办法吗。。。

也收集到崩溃日志了,求作者回复 @xuyecan

> 麻烦提供一下能复现的 demo > […](#) > On Tue, Jun 29, 2021 at 15:56 foermo4-hao ***@***.***> wrote: 也收集到崩溃日志了,求作者回复 @xuyecan — You are receiving this because you are subscribed to this thread....

> > > > > > In your Xcode ,go the General tab of your Main Project.. there you will find an Embedded Binaries field and add the required framework...