dawenhing

Results 49 comments of dawenhing

CameraSource::reorientCamera() //...... for (AVCaptureVideoDataOutput\* output in session.outputs) { if ([output isKindOfClass:[AVCaptureMetadataOutput class]]) { continue; } for (AVCaptureConnection \* av in output.connections) { switch (orientation) { //..... } // make the...

plutil -convert json Root.plist -o out.json

I make a pull request try to not swizzle dealloc. It may also help to solve other crash case when I using this project in my dynamic framework.

And lucky, it also help to solve #12 , because the addObserver and removeObserver is in the same life cycle.

nice, you are still focus on this project:)

有使用者通过审核了吗? “送检的时候关掉热更”--苹果貌似不是根据行为判定的,JSPatch只要连接了库就不能通过审核,和是否启动无关。

谢谢, 我试验一下.

哈哈, 确实没有看到有处理"vol"的相关代码

If you can read Chinese, maybe this artical will help you: http://www.jianshu.com/p/3c49cf454502

我做了一个修改版本尝试解决弹幕重叠的问题: https://github.com/dourgulf/BarrageRenderer