EVNCamera 0.0.3

EVNCamera 0.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2017

Maintained by zonghongyan.



EVNCamera 0.0.3

  • By
  • zonghongyan

use

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