Skip to content

A simple class to check for internet connection availability in Swift.

License

Notifications You must be signed in to change notification settings

bbheck/IJReachability

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IJReachability

A simple class to check for internet connection availability in Swift. Works for both 3G and WiFi connections.

Install

CocoaPods (< v0.36)
  • Create a Podfile.
  • Add the line, pod 'IJReachability', :git => 'https://github.com/Isuru-Nanayakkara/IJReachability.git'.
  • Run pod install.
  • Add import IJReachability to the files where you want to use the library.
Manually
  • Add the IJReachability.swift file to your project.
  • Add the SystemConfiguration framework.

Credits

  • Chris Danielson is the author of the original code written in Objective-C.
  • Martin R from StackOverflow helped me immensely in converting C code to Swift.

About

A simple class to check for internet connection availability in Swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 92.4%
  • Ruby 7.6%