The interface an object implements to handle double taps the user makes on their Apple Pencil.
SDKs
- iOS 12.1+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
protocol UIPencilInteractionDelegate
The interface an object implements to handle double taps the user makes on their Apple Pencil.
SDKs
Framework
protocol UIPencilInteractionDelegate
func pencil Interaction Did Tap(UIPencil Interaction)
Tells the delegate that the user double-tapped their Apple Pencil.
class UIPencil Interaction
An interaction that tells your app the user double-tapped their Apple Pencil.