Skip to content

Instantly share code, notes, and snippets.

@codedeman
Created July 27, 2019 09:33
Show Gist options
  • Save codedeman/3d0882e723d1b1ff735feb132b10f18b to your computer and use it in GitHub Desktop.
Save codedeman/3d0882e723d1b1ff735feb132b10f18b to your computer and use it in GitHub Desktop.
update button
@IBAction func updateButton(_ sender: Any) {
loadImage(urlString1: urlString1, urlString2: urlString2)
dispatchGroup.notify(queue: .main) {
self.displayUser()
}
}
@codedeman
Copy link
Author

code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment