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.
- Host: GitHub
- URL: https://github.com/kentzo/iknetworkactivitymanager
- Owner: Kentzo
- License: mit
- Created: 2010-08-15T17:37:07.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-30T12:48:51.000Z (almost 16 years ago)
- Last Synced: 2025-04-14T08:08:55.517Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 110 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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