Latest | 0.7 |
---|---|
Homepage | https://github.com/maranas/activityindicators |
License | MIT |
Platforms | ios 9.0 |
Frameworks | UIKit |
Authors |
Activity indicator alternatives
This project contains some alternatives to UIActivityIndicatorView. Written in Swift 2.0 in Xcode 7.
Examples
GLSBouncingBarsActivityIndicatorView
GLSImageRotationsActivityIndicatorView
GLSSpinActivityIndicatorView
GLSZoomingDotsActivityIndicatorView
Usage
Use the files in the Classes directory as you would the UIActivityIndicatorView. e.g. startAnimating()!
License
See LICENSE file
Latest podspec
{ "name": "activityindicators", "version": "0.7", "summary": "A bunch of drop-in replacements to UIActivityIndicatorView. In Swift!", "description": "activityindicators is a bunch of drop-in replacements to the gray spinningnUIActivityIndicatorView that you can use for your projects. It's all in code,nso you don't have to worry about making your binary bigger by much. It is easynto use too - just treat it as you would a UIActivityIndicatorView andnstartAnimating()!", "homepage": "https://github.com/maranas/activityindicators", "screenshots": [ "http://i.imgur.com/nrvdh6c.gif", "http://i.imgur.com/hbFgUny.gif", "http://i.imgur.com/5ONmq1c.gif", "http://i.imgur.com/qYioH0x.gif" ], "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Moises": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/maranas/activityindicators.git", "tag": "0.7" }, "source_files": "activityindicators/Classes", "frameworks": "UIKit", "pushed_with_swift_version": "3.0" }
Mon, 25 Sep 2017 17:40:12 +0000