Contents

init(minimumAngleDelta:)

Creates a rotation gesture with a minimum delta for the gesture to start.

Declaration

init(minimumAngleDelta: Angle = .degrees(1))

Parameters

  • minimumAngleDelta:

    The minimum delta required before the gesture starts. The default value is a one-degree angle.

See Also

Creating the gesture