STMReactiveReachability 1.0.0

STMReactiveReachability 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2020

Maintained by Stefano Mondino.



 
Depends on:
Reachability>= 0
ReactiveCocoa>= 0
 

STMReactiveReachability

Version Platform

A simple drop-in category for Reachability to enable ReactiveCocoa functionalities.

Usage

To run the example project; clone the repo, and run pod install from the STMReactiveReachabilityExample directory first.

Basic usage :

	[[[Reachability reachabilityForInternetConnection] rac_notifyAllNetworkChanges] subscribeNext:^(Reachability* reachability) {
        //Do what you need with reachability
    }];

Installation

STMReactiveReachability is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "STMReactiveReachability"

Author

Stefano Mondino, [email protected]

Contributions are really welcome!

License

STMReactiveReachability is available under the MIT license. See the LICENSE file for more info.