https://github.com/sagaya/espinner
https://github.com/sagaya/espinner
activity-indicator ios pod swift
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagaya/espinner
- Owner: sagaya
- License: mit
- Created: 2017-04-01T13:18:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T16:55:06.000Z (about 9 years ago)
- Last Synced: 2025-04-09T17:08:48.350Z (about 1 year ago)
- Topics: activity-indicator, ios, pod, swift
- Language: Shell
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# espinner
[](https://travis-ci.org/cosmo1234/espinner)
[](http://cocoapods.org/pods/espinner)
[](http://cocoapods.org/pods/espinner)
[](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.