Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Last active January 27, 2019 05:17
Show Gist options
  • Save Aymenworks/dbc4590178fc22e10d9e8150cea6d467 to your computer and use it in GitHub Desktop.
Save Aymenworks/dbc4590178fc22e10d9e8150cea6d467 to your computer and use it in GitHub Desktop.
private func setup() {
// ...
NotificationCenter.default.addObserver(self, selector: #selector(startLoading), name: UIApplication.willEnterForegroundNotification, object: nil)
startLoading()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment