SpotifyIndicator is a indicator activity . Similar to spotify activity indicator
- iOS 9.0+
- Xcode 9.0
- Swift 4
- Download and drop
SpotifyIndicator.swift
in your project. - Congratulations!
let spotifyIndicator = SpotifyIndicator()
spotifyIndicator.yourView = self.view
spotifyIndicator.yourViewAlpha = 1
spotifyIndicator.show(shape:.circle) // or .square
- 1.0 first commit