IPhone development turns on the flash of the system camera

From , 4 Years ago, written in Objective-C, viewed 51 times.
URL https://pastebin.vip/view/27e9661e
  1.  
  2. //
  3. //  Created by 张茫原 on 13-1-23.
  4. //  Copyright (c) 2013年 张茫原. All rights reserved.
  5. //
  6.  
  7. #import <UIKit/UIKit.h>
  8. //调用闪光灯调用框架
  9. #import <AVFoundation/AVFoundation.h>
  10.  
  11. @interface CameraViewController : UIViewController<UINavigationControllerDelegate, UIImagePickerControllerDelegate>
  12. {
  13.     AVCaptureSession * _AVSession;//调用闪光灯的时候创建的类
  14. }
  15.  
  16. @property(nonatomic,retain)AVCaptureSession * AVSession;
  17.  
  18. @end
  19.  
  20.  
  21. //objectc/7029

Reply to "IPhone development turns on the flash of the system camera"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website