WFRecScreenDemo icon indicating copy to clipboard operation
WFRecScreenDemo copied to clipboard

Results 6 WFRecScreenDemo issues
Sort by recently updated
recently updated
newest added

感觉楼主提供了延时摄影的思路。 ``` - (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上录的视频有问题,界面全部被拉扯了