-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
[[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); } }); }];
等了很久不走回调
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels