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

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.

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.

[![CI Status](http://img.shields.io/travis/wagyu298/SharedNetworkActivityIndicator.svg?style=flat)](https://travis-ci.org/wagyu298/SharedNetworkActivityIndicator)
[![Version](https://img.shields.io/cocoapods/v/SharedNetworkActivityIndicator.svg?style=flat)](http://cocoapods.org/pods/SharedNetworkActivityIndicator)
[![License](https://img.shields.io/cocoapods/l/SharedNetworkActivityIndicator.svg?style=flat)](http://cocoapods.org/pods/SharedNetworkActivityIndicator)
[![Platform](https://img.shields.io/cocoapods/p/SharedNetworkActivityIndicator.svg?style=flat)](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.