- Fixes an issue when Record button isn't getting correct callbacks
- Fixes an when didFinishRecordingVideo wouldn't get a callback
- Using allowAutoRotate=false prevents layer from rotating.
- Swift 4.2 support
- Fixed issue with crashing during video recording
- Using storyboard subviews should no longer require calling
bringSubvviewToFront
- Changed demo project to use autolayout
- Reverted Swift4 changes to new branch
- Added support for no-audio video recording
- Added
audioEnabled
property - Added support for Auto Rotate view
- Added
allowAutoRotate
property - Added support for modifying the Preview Layer's Video Gravity
- Added
videoGravity
property - Changed
session
to public - Changed
panGesture
andpinchGesture
to public
- Added support to vertically swipt to zoom
- Added
swipeToZoom
property - Added support for inverting zoom directions for swipeToZoom
- Added
swipeToZoomInverted
property
- Fixed issue with landscape orientation
- Fixed issue with SwiftyCam crashing by multiple double-tap camera switching
- 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