An open API service indexing awesome lists of open source software.

https://github.com/trilliwon/beatballindicator


https://github.com/trilliwon/beatballindicator

activityindicator indicator ios swift

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# BeatBallIndicator

[![CI Status](http://img.shields.io/travis/trilliwon/BeatBallIndicator.svg?style=flat)](https://travis-ci.org/trilliwon/BeatBallIndicator)
[![Version](https://img.shields.io/cocoapods/v/BeatBallIndicator.svg?style=flat)](http://cocoapods.org/pods/BeatBallIndicator)
[![License](https://img.shields.io/cocoapods/l/BeatBallIndicator.svg?style=flat)](http://cocoapods.org/pods/BeatBallIndicator)
[![Platform](https://img.shields.io/cocoapods/p/BeatBallIndicator.svg?style=flat)](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

---
![](https://github.com/trilliwon/BeatBallIndicator/blob/master/example.gif?raw=true)
---

## 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.