Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 779 Bytes

File metadata and controls

41 lines (25 loc) · 779 Bytes

Xcode 9.0+ iOS 9.0+ Swift 4.0+

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

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

Release History

  • 1.0 first commit