Skip to content

Instantly share code, notes, and snippets.

@byJeevan
Created December 25, 2018 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byJeevan/0450bfe08221322f92774c8e5a355fb2 to your computer and use it in GitHub Desktop.
Save byJeevan/0450bfe08221322f92774c8e5a355fb2 to your computer and use it in GitHub Desktop.
if let networkError = error {
if (networkError.code == -1009) {
return false //Offline
}
}
return true //Online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment