Easy way to use haptic feedback through Taptic Engine in iOS.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Tapticc is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'Tapticc', '~> 1.1'
pod 'Tapticc', '1.0'
The
prepare()
method is optional; however, it is highly recommended. Calling this method helps ensure that your feedback has the lowest possible latency.
Coderx for GitHub |
Tapticc is available under the MIT license. See the LICENSE file for more info.