EVNCamera 0.0.3

EVNCamera 0.0.3

测试已测试
语言语言 Obj-CObjective-C
许可证 MIT
发布上次发布2017年8月

zonghongyan 维护。



EVNCamera 0.0.3

  • zonghongyan

使用

let cameraController:EVNCameraController = EVNCameraController.init()
cameraController.cameraControllerDelegate = self;
self.present(cameraController, animated: true, completion: nil)
        
func cameraDidFinishShoot(withCameraImage cameraImage: UIImage!)
{
   self.previewImageView.image = cameraImage
}

预览图

Show the figureShow the figureShow the figureShow the figure