An open API service indexing awesome lists of open source software.

https://github.com/kentzo/iknetworkactivitymanager

The IKNetworkActivityManager class simplifies work with UIApplication network activity indicator. It turns your networkActivityIndicatorVisible = YES/NO code to add/removeNetworkUser:, so you don't need to remember about objects that can use network anymore.
https://github.com/kentzo/iknetworkactivitymanager

Last synced: about 1 year ago
JSON representation

The IKNetworkActivityManager class simplifies work with UIApplication network activity indicator. It turns your networkActivityIndicatorVisible = YES/NO code to add/removeNetworkUser:, so you don't need to remember about objects that can use network anymore.

Awesome Lists containing this project

README

          

Abstract:
The IKNetworkActivityManager class simplifies work with UIApplication network activity indicator. It turns your networkActivityIndicatorVisible = YES/NO code to add/removeNetworkUser:, so you don't need to remember objects that can use network anymore.
See Demo App to get the idea (Look at the Downloads section).

License:
MIT License