longPressGestureDetected(_:)
@IBAction
func longPressGestureDetected(_ inGestureRecognizer: UILongPressGestureRecognizer)
The long-press on the bottom of the screen was detected.
Parameters
inGestureRecognizer
|
The gesture recognizer that was triggered. |
-
Sets the timer to the given percentage.
Declaration
Swift
func setTimerTo(location inLocation: Float)
Parameters
location
The 0 -> 1 location.