-
Informs the delegate that a gesture has begun.
Declaration
Swift
func gestureManager(_ gestureManager: GestureManager, didBegin gestureType: GestureType)
-
Informs the delegate that a gesture has ended and whether there will be additional animations after the gesture has completed. Does not indicate whether gesture-based animations have completed.
Declaration
Swift
func gestureManager(_ gestureManager: GestureManager, didEnd gestureType: GestureType, willAnimate: Bool)
-
Informs the delegate that animations triggered due to a gesture have ended.
Declaration
Swift
func gestureManager(_ gestureManager: GestureManager, didEndAnimatingFor gestureType: GestureType)