Contents

NSMagnificationGestureRecognizer

A continuous gesture recognizer that tracks a pinch gesture that magnifies content.

Declaration

class NSMagnificationGestureRecognizer

Overview

This object tracks pinch gestures on a track pad or other input device and stores the resulting magnification value for you to use in your code.

This gesture recognizer automatically sets the value of the delaysMagnificationEvents property to true.

Topics

Finding the Magnification Factor

See Also

Standard Gestures