We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[RPScreenRecorder sharedRecorder] stopRecordingWithHandler:^(RPPreviewViewController *previewViewController, NSError * error) { if (error) { NSLog(@"停止录屏失败"); } else { previewViewController.previewControllerDelegate = self; } dispatch_async(dispatch_get_main_queue(), ^{ if (handler) { handler(previewViewController,nil,error); } }); }];
等了很久不走回调
The text was updated successfully, but these errors were encountered:
我也是不走回调、请问该如何解决呢
Sorry, something went wrong.
@huyinjun 录屏相关的可以看一下我的这个 https://github.com/LeeWongSnail/LeeReplayKitDemo
...@LeeWongSnail 你这个解决了呗
No branches or pull requests
[[RPScreenRecorder sharedRecorder] stopRecordingWithHandler:^(RPPreviewViewController *previewViewController, NSError * error) { if (error) { NSLog(@"停止录屏失败"); } else { previewViewController.previewControllerDelegate = self; } dispatch_async(dispatch_get_main_queue(), ^{ if (handler) { handler(previewViewController,nil,error); } }); }];
等了很久不走回调
The text was updated successfully, but these errors were encountered: