init(_:)
Creates an instance from another gesture.
Declaration
init<T>(_ gesture: T) where Value == T.Value, T : GestureParameters
- gesture:
A gesture that you use to create a new gesture.
Creates an instance from another gesture.
init<T>(_ gesture: T) where Value == T.Value, T : GestureA gesture that you use to create a new gesture.