- Added Carthage support
- Added support for landsacpe device orientations
- Added maximum zoom level property
- Added ability to change default camera orientation
- Added
defaultCamera
property - Minor bug fixes
- Changed
SwiftyCamViewController
delegate function naming - Changed
kMaximumVideoDuration
property tomaximumVideoDuration
- Changed
endVideoRecording()
tostopVideoRecording
- Fixed issue with front flash not starting before video recording
- Removed ability to disable prompting to app settings if permissions are not approved
- Updated demo application
- Minor bug fixes
- Minor bug fixes
- Enhancemenents to demo project
- Added support for front-facing camera tap to adjust exposure
- Added support for double tap gesture to switch cameras
- Added doubleTapCameraSwitch property
- Updated demo application with tap animation
- Added support for background audio during video capture
- Added allowBackgroundAudio property
- Fixed issue where delegate calls where occuring off the main thread
- Demo application has new, polished look to show off new features
- Minor bug fixed
- Updated README
- Minor bug fixes
- Added support for front facing flash
- Added support for front facing Retina Flash (on supported models)
- Added support for front facing torch mode for video capture
- Added support for Swift Package Manager
- Added support for low light boost in supported models
- Minor bug fixes
- Updated documentation
- Minor bug fixes
- Updated Documentation
- Enabling flash is now a boolean property rather than a function
- Flash for photos only flashes when photo is taken.
- Flash for videos enables the torch when video begins recording and disables flash when video finishes
- Fixed issue where SwiftyCamDidChangeZoomLevel(zoomLevel:) would be called from pinch gestures from front camera
- Minor bug fixes and enhancements