Skip to content

Commit

Permalink
Change default sliding sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Jun 13, 2018
1 parent 4a981bd commit ea12722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiveKnob/LiveKnob.swift
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public class LiveKnobGestureRecognizer: UIPanGestureRecognizer {
/// Horizontal and vertical slide calculation reference.
private var lastTouchPoint: CGPoint = .zero
/// Horizontal and vertical slide sensitivity multiplier. Defaults 0.005.
public var slidingSensitivity: CGFloat = 0.001
public var slidingSensitivity: CGFloat = 0.005

// MARK: UIGestureRecognizerSubclass

Expand Down

0 comments on commit ea12722

Please # to comment.