Skip to content

Instantly share code, notes, and snippets.

@shishirthedev
Created January 20, 2019 04:57
Show Gist options
  • Save shishirthedev/d73bf867362d85901c2e9d0a68752561 to your computer and use it in GitHub Desktop.
Save shishirthedev/d73bf867362d85901c2e9d0a68752561 to your computer and use it in GitHub Desktop.
import Foundation
import Alamofire
class Connectivity {
class var isConnectedToInternet: Bool {
return NetworkReachabilityManager()!.isReachable
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment