Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.44 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.44 KB

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.