Cool-iOS-Camera

Custom Camera.

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.

Usage


Using CustomizableCamera in your app is very fast and simple.

Displaying the camera view and adopting its delegate

After importing the "CameraSessionView.h" into the view controller, adopt its <CACameraSessionDelegate> delegate.

Next, declare a CameraSessionView property:

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top