SConnection
[](https://travis-ci.org/Gabriel Lidenor/SConnection)
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SConnection is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SConnection"
Easy to use
//This method will return a Boolean
if(SConnection.isConnectedToNetwork()){
//do some code
}else{
//show an alert
}
Author
Gabriel Lidenor, [email protected]
License
SConnection is available under the MIT license. See the LICENSE file for more info.