SkillAgentSearch skills...

ReachablityManager

A simple reachability singleton manager using apple's reachability abstraction

Install / Use

/learn @nitishmakhija/ReachablityManager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ReachablityManager

A simple reachability singleton manager using apple's reachability abstraction Written by Nitish Makhija, October 2016.

Installation

Just drop the files in your Xcode project.

Usage

In 'AppDelegate.m'

#import "ReachablityManager"

then simply use [ReachablityManager sharedManager]; in your - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions; method.

and then use [ReachablityManager isInternetAvailable]; which returns a boolean for device reachablity status for the host address provided.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated9y ago
Forks0

Languages

Objective-C

Security Score

55/100

Audited on Jan 12, 2017

No findings