All Versions
20
Latest Version
Avg Release Cycle
89 days
Latest Release
2047 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0 Changes
April 01, 2019- ๐ 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.
-
v3.1.0
February 17, 2019 -
v3.0.0 Changes
November 22, 2018- ๐ Swift 4.2 support
-
v2.6.0 Changes
August 25, 2017- ๐ 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
-
v2.4.0 Changes
May 30, 2017- โ 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
-
v2.3.0 Changes
April 26, 2017- โ Added support to vertically swipt to zoom
- โ Added
swipeToZoom
property - โ Added support for inverting zoom directions for swipeToZoom
- โ Added
swipeToZoomInverted
property
-
v2.2.2 Changes
April 24, 2017- ๐ Fixed issue with landscape orientation
- ๐ Fixed issue with SwiftyCam crashing by multiple double-tap camera switching
-
v2.2.1 Changes
March 23, 2017- โ Added Carthage support
-
v2.2.0 Changes
March 23, 2017- โ Added support for landsacpe device orientations
- โ Added maximum zoom level property
-
v2.1.0 Changes
January 16, 2017- โ Added ability to change default camera orientation
- โ Added
defaultCamera
property - ๐ Minor bug fixes