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
- Host: GitHub
- URL: https://github.com/koust/spotifyindicator
- Owner: koust
- Created: 2018-07-23T19:40:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T09:31:09.000Z (almost 7 years ago)
- Last Synced: 2025-04-10T00:06:56.090Z (about 2 months ago)
- Topics: activity, activity-indicator, indicator, spotify
- Language: Swift
- Size: 368 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# SpotifyIndicator!
SpotifyIndicator is a indicator activity . Similar to spotify activity indicator

# 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