mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-08 11:25:52 +00:00
Documentation
This commit is contained in:
parent
b2d4913d98
commit
8af20d6a0d
1 changed files with 2 additions and 1 deletions
|
|
@ -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!
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue