https://github.com/derekcoder/tapticc
Easy way to use haptic feedback through Taptic Engine in iOS.
https://github.com/derekcoder/tapticc
haptic-feedback ios swift taptic-engine
Last synced: 5 months ago
JSON representation
Easy way to use haptic feedback through Taptic Engine in iOS.
- Host: GitHub
- URL: https://github.com/derekcoder/tapticc
- Owner: derekcoder
- License: mit
- Created: 2018-12-05T09:01:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T13:08:36.000Z (over 5 years ago)
- Last Synced: 2024-10-20T05:14:00.141Z (12 months ago)
- Topics: haptic-feedback, ios, swift, taptic-engine
- Language: Swift
- Size: 1.47 MB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapticc
[](https://travis-ci.org/derekcoder@gmail.com/Tapticc)
[](https://cocoapods.org/pods/Tapticc)
[](https://cocoapods.org/pods/Tapticc)
[](https://cocoapods.org/pods/Tapticc)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
- iOS 10.0+
- iPhone 7+
- Swift 4.2+## Installation
Tapticc is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:### Swift 5.0
```ruby
pod 'Tapticc', '~> 1.1'
```### Swift 4.2
```ruby
pod 'Tapticc', '1.0'
```## Usage
### Create haptics to simulate physical impacts
### Create haptics to communicate successes, failures, and warnings
### Create haptics to indicate a change in selection
### Prepare
> The `prepare()` method is optional; however, it is highly recommended. Calling this method helps ensure that your feedback has the lowest possible latency.
## Apps Using Tapticc
#### Please tell me or make pull request if you use this library in your application 😉
|
|
| :---: |
| [Coderx for GitHub](https://itunes.apple.com/app/apple-store/id1371929193?mt=8) |## Author
- Twitter: [@derekcoder_](https://twitter.com/derekcoder_)
- Weibo: [@derekcoder](https://weibo.com/u/6155322764)
- Email: derekcoder@gmail.com## License
Tapticc is available under the MIT license. See the LICENSE file for more info.