Skip to content

WayneEld/Whirl

Repository files navigation

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()