Skip to content

Instantly share code, notes, and snippets.

@sauvikatinnofied
Last active January 19, 2017 15:07
Show Gist options
  • Save sauvikatinnofied/54823d81336c987f1fc5ccb787258586 to your computer and use it in GitHub Desktop.
Save sauvikatinnofied/54823d81336c987f1fc5ccb787258586 to your computer and use it in GitHub Desktop.
Medium Blog Post Gists
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
ReachabilityManager.shared.addListener(listener: self)
}
override func viewDidDisappear(_ animated: Bool) {
super.viewDidDisappear(animated)
ReachabilityManager.shared.removeListener(listener: self)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment