All Versions
20
Latest Version
Avg Release Cycle
89 days
Latest Release
1903 days ago

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 and pinchGesture 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