Contents

init(minimumScaleDelta:)

Creates a magnify gesture with a given minimum delta for the gesture to start.

Declaration

init(minimumScaleDelta: CGFloat = 0.01)

Parameters

  • minimumScaleDelta:

    The minimum scale delta required before the gesture starts.

See Also

Creating the gesture