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

https://github.com/koust/spotifyindicator

similar to loading animation in Spotify
https://github.com/koust/spotifyindicator

activity activity-indicator indicator spotify

Last synced: about 2 months ago
JSON representation

similar to loading animation in Spotify

Awesome Lists containing this project

README

        

![Xcode 9.0+](https://img.shields.io/badge/Xcode-9.0%2B-blue.svg)
![iOS 9.0+](https://img.shields.io/badge/iOS-9.0%2B-blue.svg)
![Swift 4.0+](https://img.shields.io/badge/Swift-4.0%2B-orange.svg)

# SpotifyIndicator!

SpotifyIndicator is a indicator activity . Similar to spotify activity indicator

![](gorsel.gif)
![](gorsel2.png)

# Requirements

- iOS 9.0+
- Xcode 9.0
- Swift 4

# Installation

## Manually
1. Download and drop ```SpotifyIndicator.swift``` in your project.
2. Congratulations!

# Usage

```swift
let spotifyIndicator = SpotifyIndicator()
spotifyIndicator.yourView = self.view
spotifyIndicator.yourViewAlpha = 1
spotifyIndicator.show(shape:.circle) // or .square
```

## Release History

* 1.0
first commit