Contents

NSGestureRecognizerDelegate

A set of methods for fine-tuning a gesture recognizer’s behavior.

Declaration

protocol NSGestureRecognizerDelegate : NSObjectProtocol

Overview

Use the methods in this protocol to establish dynamic dependencies between gesture recognizers and to prevent a single gesture recognizer from acting at all.

Topics

Regulating Gesture Recognition

Controlling Simultaneous Gesture Recognition

Setting Up Failure Requirements

Instance Methods

See Also

Custom Gestures