BOTNetworkActivityIndicator icon indicating copy to clipboard operation
BOTNetworkActivityIndicator copied to clipboard

A thread-safe, network activity counter that manages UIKit's network activity indicator.

BOTNetworkActivityIndicator

Build Status Version License Platform

Usage

[[BOTNetworkActivityIndicator sharedIndicator] pushNetworkActivity];
// Networking stuff
[[BOTNetworkActivityIndicator sharedIndicator] popNetworkActivity];

Installation

BOTNetworkActivityIndicator is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BOTNetworkActivityIndicator"

Author

Mark Adams, [email protected]

Credits

thoughtbot

BOTNetworkActivityIndicator is maintained and funded by thoughtbot, inc

The names and logos for thoughtbot are trademarks of thoughtbot, inc.

License

BOTNetworkActivityIndicator is Copyright © 2015 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.