WFRecScreenDemo
WFRecScreenDemo copied to clipboard
感觉楼主提供了延时摄影的思路。 ``` - (void)getFrame { if (!_writing) { _writing = true; size_t width = CGBitmapContextGetWidth(context); size_t height = CGBitmapContextGetHeight(context); // NSLog(@"width,height:(%ld ,%ld)",width,height); @try { CGContextClearRect(context, CGRectMake(0, 0,width , height)); //...
I want to record any other application user interface, can it be integrated for that purpose.
放大模式下录屏,录到的不是正常画面
在7plus上录的视频有问题,界面全部被拉扯了
在高版本上会闪退.