Dev_L
Dev_L
> > Rendering of face mesh is absolutely wrong > > You can set contentMode = .aspectFill and then try again. @StephenGao 你是在哪儿设置的contentMode,我设置后还是变形的
各位大神有没有什么好的思路,我现在是把每一帧buffer读取出来放到CMSampleBuffer数组里面,然后再用AVAssetWriter从最后一帧开始往前面读实现的倒序,但是太慢了,如果像@chenliming777 所说的,那抖音会不会也是这样实现的
> Please describe in detail what was the bug, how to reproduce it, and how your change will fix it. > thanks When I received code, I clicked the code...
苹果review人员也遇到了
我临时解决了,对象不要集成自NSObject
> 把这句代码替换了应该就可以 > if !(superclass is HandyJSON) && !(superclass is HandyJSONEnum) { > // if !(superclass is HandyJSON.Type) && !(superclass is HandyJSONEnum.Type) { 如果这么改,在有子类集成的情况下,会导致子类model解析数据失败
I have turned off recordBacktraces