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.
Creates a magnify gesture with a given minimum delta for the gesture to start.
init(minimumScaleDelta: CGFloat = 0.01)The minimum scale delta required before the gesture starts.