Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efremidze/tooltip
Swifty Tooltip
https://github.com/efremidze/tooltip
animation apple cocoapods ios swift tooltip
Last synced: 3 days ago
JSON representation
Swifty Tooltip
- Host: GitHub
- URL: https://github.com/efremidze/tooltip
- Owner: efremidze
- License: mit
- Created: 2018-02-16T01:07:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T22:20:41.000Z (over 6 years ago)
- Last Synced: 2024-10-30T07:42:26.571Z (17 days ago)
- Topics: animation, apple, cocoapods, ios, swift, tooltip
- Language: Swift
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tooltip
## Installation
### CocoaPods
To install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`:
```ruby
use_frameworks!
pod "Tooltip"
```### Carthage
To install with [Carthage](https://github.com/Carthage/Carthage), simply add this in your `Cartfile`:
```ruby
github "efremidze/Tooltip"
```## Communication
- If you **found a bug**, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.## License
Tooltip is available under the MIT license. See the LICENSE file for more info.