TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2015 |
Maintained by nakajijapan.
NKJNetworkActivityIndicator. A network activity indicator that manage some activities, show and hide network indicator.
Manage with above keys.
I want to manage network indicator seperately by the content, but same viewcontroller.
[[NKJNetworkActivityIndicator sharedIndicator] startActivityWithName:NSStringFromClass([self class])
identifier:self.identifier];
[[NKJNetworkActivityIndicator sharedIndicator] stopActivityWithName:NSStringFromClass([self class])
identifier:self.identifier];
if ([[NKJNetworkActivityIndicator sharedIndicator] connectingActivityWithName:NSStringFromClass([self class]) identifier:self.identifier]) {
// code
}
Xcode 6 is required.
NKJNetworkActivityIndicator is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NKJNetworkActivityIndicator"
nakajijapan, [email protected]
NKJNetworkActivityIndicator is available under the MIT license. See the LICENSE file for more info.