ios 相机权限访问

// 这是向系统请求访问相机的代码 [AVCaptureDevice requestAccessForMediaType:AVMediaTypeVideo completionHandler:^(BOOL granted) { NSLog(@"requestAccessForMediaType"); }]; // 通常这个是系统默认的,因此不须要咱们手动添
相关文章
相关标签/搜索