10 2024 档案

摘要:1. 摄像头方向不正确,跟设置的配置的时机顺序有关 self.videoOutput = [[AVCaptureVideoDataOutput alloc] init]; self.videoOutput.videoSettings = [NSDictionary dictionaryWithObj 阅读全文
posted @ 2024-10-16 22:42 CoderWGB 阅读(4) 评论(0) 推荐(0) 编辑
摘要:大白健康系统--iOS APP运行时Crash自动修复系统 https://neyoufan.github.io/2017/01/13/ios/BayMax_HTSafetyGuard/ https://hezongjiang.github.io/2019/03/23/iOS-防止应用崩溃/ cra 阅读全文
posted @ 2024-10-02 16:17 CoderWGB 阅读(4) 评论(0) 推荐(0) 编辑
摘要://相机权限受限 未授权+拒绝 + (BOOL)isCameraDenied; //相机未授权 未授权 + (BOOL)isCameraNotDetermined; //有相机权限 + (BOOL)haveCameraAuthorized; //请求相机授权 + (void)requestAcces 阅读全文
posted @ 2024-10-01 18:27 CoderWGB 阅读(11) 评论(0) 推荐(0) 编辑
摘要://参考文章 https://juejin.cn/post/6868989012187545614 //获取当前屏幕显示的viewcontroller - (UIViewController *)getCurrentVC { UIViewController *rootViewController 阅读全文
posted @ 2024-10-01 17:52 CoderWGB 阅读(3) 评论(0) 推荐(0) 编辑