/NetworkActivityIndicator

A simple Swift UIApplication's Network Activity Indicator manager. Simple as it should be.

Primary LanguageRubyMIT LicenseMIT

NetworkActivityIndicator

A simple and thread-safe Swift UIApplication's Network Activity Indicator manager. Simple as it should be.

Installation (CocoaPods)

TO-DO

Usage

import NetworkActivityIndicator


NetworkActivityIndicator.sharedInstance().show()


NetworkActivityIndicator.sharedInstance().hide()


NetworkActivityIndicator.sharedInstance().isOnScreen()