https://github.com/wagyu298/sharednetworkactivityindicator
Provide to ability to share Network Activiy Indicator by many objects.
https://github.com/wagyu298/sharednetworkactivityindicator
ios networkactivityindicator objective-c
Last synced: 10 months ago
JSON representation
Provide to ability to share Network Activiy Indicator by many objects.
- Host: GitHub
- URL: https://github.com/wagyu298/sharednetworkactivityindicator
- Owner: wagyu298
- License: mit
- Created: 2014-11-25T15:15:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:29:55.000Z (about 9 years ago)
- Last Synced: 2025-06-16T10:54:54.042Z (12 months ago)
- Topics: ios, networkactivityindicator, objective-c
- Language: Objective-C
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SharedNetworkActivityIndicator
Provide to ability to share Network Activiy Indicator by many objects.
A NSObject.sna\_networkActivityIndicatorVisible property is key concept of
this library.
If you set YES to NSObject.sna\_networkActivityIndicatorVisible;
it will changed to invisible when you set NO to the property,
or the lifecycle of the object was end.
[](https://travis-ci.org/wagyu298/SharedNetworkActivityIndicator)
[](http://cocoapods.org/pods/SharedNetworkActivityIndicator)
[](http://cocoapods.org/pods/SharedNetworkActivityIndicator)
[](http://cocoapods.org/pods/SharedNetworkActivityIndicator)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
iOS8 or later
## Installation
SharedNetworkActivityIndicator is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "SharedNetworkActivityIndicator"
```
## Author
wagyu298
## License
SharedNetworkActivityIndicator is available under the MIT license. See the LICENSE file for more info.