Contents

NSHapticFeedbackPerformer

A set of methods and constants that a haptic feedback performer implements.

Declaration

protocol NSHapticFeedbackPerformer : NSObjectProtocol

Overview

To retrieve a haptic feedback performer object based on the current input device, accessibility settings, and user preferences, call the defaultPerformer method of the NSHapticFeedbackManager class.

To provide the user with haptic feedback while using a Force Touch trackpad, call the perform(_:performanceTime:) method of this protocol.

Topics

Performing Haptic Feedback

Constants

See Also

Haptics