CocoaPods trunk is moving to be read-only. Read more on the blog, there are 4 months to go.

AVReachability 0.1.1

AVReachability 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2015
SPMSupports SPM

Maintained by Atharva.



  • By
  • TechieCSG

AVReachability

AVReachability

AVReachability is a class that lets you check for network connectivity. Written in Swift 2.0 for iOS 9 on Xcode 7.0.1 (7A1001).

Usage

Checking for connectivity is as simple as:

if Reachability.isConnectedToNetwork() == true
{
//Do something
}

Requirements

Xcode 7.0.1

Installation

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

pod "AVReachability"

Credits

Isuru Nanayakkara for his answer here on StackOverflow.