Skip to content
New issue

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

如果我把 麦克风录制打开 停止的时候不走回调 #1

Open
LeeWongSnail opened this issue May 3, 2018 · 3 comments
Open

Comments

@LeeWongSnail
Copy link

[[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); } }); }];

等了很久不走回调

@huyinjun
Copy link

huyinjun commented May 9, 2018

我也是不走回调、请问该如何解决呢

@LeeWongSnail
Copy link
Author

@huyinjun 录屏相关的可以看一下我的这个 https://github.com/LeeWongSnail/LeeReplayKitDemo

@shaojiankui
Copy link
Owner

...@LeeWongSnail 你这个解决了呗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants