iOS 自定义相机功能

导入相机的API在AVFoundation里因此得包含头文件#import <AVFoundation/AVFoundation.h>session 1.自定义相机须要的属性async @interface CustomCameraVC ()<UIAlertViewDelegate> //捕获设备,一般是前置摄像头,后置摄像头,麦克风(音频输入) @property(nonatomic)AVCa
相关文章
相关标签/搜索