Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.01 KB

About

SConnection is a lib for checking internet connection on iOS with Swift 4

SConnection

Version License Platform

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

License

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