Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.28 KB

BeatBallIndicator

CI Status Version License Platform

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

let activityIndicatorView = BeatBallIndicatorView(frame: frame)
activityIndicatorView.startAnimating()

Requirements

  • iOS8.0 +
  • Swift3.0 +

Installation

BeatBallIndicator is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BeatBallIndicator"

Author

trilliwon, trilliwon@gmail.com

License

BeatBallIndicator is available under the MIT license. See the LICENSE file for more info.