https://github.com/trilliwon/beatballindicator
https://github.com/trilliwon/beatballindicator
activityindicator indicator ios swift
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trilliwon/beatballindicator
- Owner: trilliwon
- License: mit
- Created: 2017-03-29T06:43:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T04:12:20.000Z (about 9 years ago)
- Last Synced: 2024-11-19T11:57:03.557Z (over 1 year ago)
- Topics: activityindicator, indicator, ios, swift
- Language: Swift
- Homepage:
- Size: 204 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeatBallIndicator
[](https://travis-ci.org/trilliwon/BeatBallIndicator)
[](http://cocoapods.org/pods/BeatBallIndicator)
[](http://cocoapods.org/pods/BeatBallIndicator)
[](http://cocoapods.org/pods/BeatBallIndicator)
## Example
This is a simple activity indicatory for iOS. It is copy of NVAcitivityIndicator type ballBeat 18.
Download and runt the BeatBallIndicator.xcodeproj
---

---
## How to use
```Swift
let activityIndicatorView = BeatBallIndicatorView(frame: frame)
activityIndicatorView.startAnimating()
```
## Requirements
+ iOS8.0 +
+ Swift3.0 +
## Installation
BeatBallIndicator is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "BeatBallIndicator"
```
## Author
trilliwon, trilliwon@gmail.com
## License
BeatBallIndicator is available under the MIT license. See the LICENSE file for more info.