Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilia3546/ikspinner
Beautiful and configurable activity indicator
https://github.com/ilia3546/ikspinner
activityindicator spinner swift swift-3 ui
Last synced: about 1 month ago
JSON representation
Beautiful and configurable activity indicator
- Host: GitHub
- URL: https://github.com/ilia3546/ikspinner
- Owner: ilia3546
- License: mit
- Created: 2017-08-02T09:24:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T08:34:13.000Z (over 7 years ago)
- Last Synced: 2024-10-01T16:50:13.959Z (about 2 months ago)
- Topics: activityindicator, spinner, swift, swift-3, ui
- Language: Swift
- Size: 414 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IKSpinner
![Platform](http://img.shields.io/badge/platform-ios-blue.svg?style=flat)
[![Cocoapods](https://img.shields.io/badge/Cocoapods-compatible-brightgreen.svg)](https://img.shields.io/badge/Cocoapods-compatible-brightgreen.svg)
[![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat
)](http://mit-license.org)
![Swift](https://img.shields.io/badge/Swift-3.0-orange.svg)
![pod](https://img.shields.io/badge/pod-v1.1.0-red.svg)It's simple and configurable activity indicator
## Configurable
You can configurate spinner as you want:
- [x] Line width
- [x] Line color
- [x] Speed of rotation#### Directly added to the iOS Interface Builder, very easy to integrate into every project!
![xCode screenshot](https://raw.githubusercontent.com/ilia3546/IKSpinner/master/Screenshots/xcode_screenshot.png)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
IKSpinner is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "IKSpinner"
```## Author
Ilya Kharlamov, [email protected]
## License
IKSpinner is available under the MIT license. See the LICENSE file for more info.