Skip to content

Instantly share code, notes, and snippets.

@sauvikatinnofied
Last active January 19, 2017 15:04
Show Gist options
  • Save sauvikatinnofied/db3737de29ffa70913a9162a1ea06f07 to your computer and use it in GitHub Desktop.
Save sauvikatinnofied/db3737de29ffa70913a9162a1ea06f07 to your computer and use it in GitHub Desktop.
Medium Blog Post Code Snippet
// Sending message to each of the listeners
for listener in listeners {
listener.networkStatusDidChange(status: reachability.currentReachabilityStatus)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment