Features
- Extremely simple and easy to use
- Controls autofocus & exposure
- Customizable interface
- Code-made UI assets that do not lose resolution quality & resize dynamically depending on the screen size of the device.
- Added animations to the UI elements for a more intuitive and responsive feel.
- Overlays over any presented view controller or view
- Made for iPhone & iPad
Installation
- Include the
AVFoundation.Framework
library in your project, click on your project’s target, navigate to Build Phases, then go to Link Binary With Libraries, click on the + and add the AVFoundation.Framework. - Browse to the directory of the demo app and drag the
CustomizableCamera
folder into your Xcode project. - import
"CameraSessionView.h"
to the view controller that will invoke the camera.