Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 723 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 723 Bytes

ForceTouchGestureRecognizer

ForceTouchGestureRecognizer is tap gesture recognizer of 3D touch.

preview

Usage

ForceTouchGestureRecognizer *forceGesture = [[ForceTouchGestureRecognizer alloc] initWithTarget:self 
                                                                                     action:@selector(forceTouched:)];
[self.tapView addGestureRecognizer:forceGesture];

Installation

Simply add the following to your Podfile if you're using CocoaPods:

pod 'ForceTouchGestureRecognizer'