Skip to content

Instantly share code, notes, and snippets.

@llinardos
Last active May 7, 2018 01:35
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 llinardos/5a7c067d719aaae27da4464df05937b7 to your computer and use it in GitHub Desktop.
Save llinardos/5a7c067d719aaae27da4464df05937b7 to your computer and use it in GitHub Desktop.
let service = ThingsService()
activityIndicator.startAnimating()
service.getThings { getThingsResult in
activityIndicator.stopAnimating()
updateUI(with: getThingsResult)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment