Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 516 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 516 Bytes

Whirl

A variety of activity indicators for apps of any kind.

Indicator Types:

  • Normal
  • Labyrinth

Demo Indicator:

Demo-Indicator-Labyrinth

How to install:

pod 'Whirl'

How to use:

import Whirl
//--Initialize Indicator
let indicator = Indicate(indicatorType: .labyrinth)

//--Start Indicator
indicator.startIndicator()

//--Stop Indicator
indicator.stopIndicator()