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

https://github.com/sagaya/espinner


https://github.com/sagaya/espinner

activity-indicator ios pod swift

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# espinner

[![CI Status](http://img.shields.io/travis/cosmo1234/espinner.svg?style=flat)](https://travis-ci.org/cosmo1234/espinner)
[![Version](https://img.shields.io/cocoapods/v/espinner.svg?style=flat)](http://cocoapods.org/pods/espinner)
[![License](https://img.shields.io/cocoapods/l/espinner.svg?style=flat)](http://cocoapods.org/pods/espinner)
[![Platform](https://img.shields.io/cocoapods/p/espinner.svg?style=flat)](http://cocoapods.org/pods/espinner)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Basic Usage

```ruby
import "espinner"
```
```ruby
espinner.start(uiview: view)
```

```ruby
espinner.start(backgroundColor: .white, uiview: view)
```

```ruby
espinner.stop()
```

## Installation

espinner is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "espinner"
```

## Author

cosmo1234

## License

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