CocoaPods trunk is moving to be read-only. Read more on the blog, there are 4 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Oct 2015 |
| SPMSupports SPM | ✗ |
Maintained by Atharva.
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).
Checking for connectivity is as simple as:
if Reachability.isConnectedToNetwork() == true
{
//Do something
}
Xcode 7.0.1
AVReachability is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "AVReachability"Isuru Nanayakkara for his answer here on StackOverflow.