Skip to content

Instantly share code, notes, and snippets.

@codedeman
Created July 27, 2019 09:54
Show Gist options
  • Save codedeman/dd51c35ab13c0f42a56d0af5e526a7d5 to your computer and use it in GitHub Desktop.
Save codedeman/dd51c35ab13c0f42a56d0af5e526a7d5 to your computer and use it in GitHub Desktop.
finally
@IBAction func updateButton(_ sender: Any) {
loadImage(urlString1: urlString1, urlString2: urlString2)
dispatchGroup.notify(queue: .main) {
self.displayUser()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment