Documentation

This commit is contained in:
Andrew Walz 2017-05-29 21:36:02 -06:00
parent b2d4913d98
commit 8af20d6a0d

View file

@ -158,9 +158,10 @@ open class SwiftyCamViewController: UIViewController {
/// Setting to true will prompt user for access to microphone on View Controller launch.
public var audioEnabled = true
/// Public access to Pinch Gesture
fileprivate(set) public var pinchGesture : UIPinchGestureRecognizer!
/// Public access to Pan Gesture
fileprivate(set) public var panGesture : UIPanGestureRecognizer!