Overview

TapticEngine generates haptic feedback vibrations on iOS device. This library wrapps on UIImpactFeedbackGenerator, UISelectionFeedbackGenerator, UINotificationFeedbackGenerator.

Demo

Build Xcode project.

  1. Open TapticEngine.xcodeproj.
  2. Change Scheme to TapticEngineDemo
  3. Run

Requirements

  • Swift 3.0 +
  • IOS 9.0+ (But it works on iOS 10 or later. On iOS 9, it does nothing.)

Carthage

TapticEngine is available through Carthage. To install it, simply add the following line to your Cartfile:

github "WorldDownTown/TapticEngine"
Copy the code

CocoaPods

TapticEngine is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TapticEngine'Copy the code

Manually

Download and drop TapticEngine/Sources folder in your project.

[email protected]

License

TapticEngine is available under the MIT license. See the LICENSE file for more info.