Skip to content

Instantly share code, notes, and snippets.

@almaleh
Last active March 2, 2020 18:49
Show Gist options
  • Save almaleh/bdf28f680ba1aa41ba180549f1b7a765 to your computer and use it in GitHub Desktop.
Save almaleh/bdf28f680ba1aa41ba180549f1b7a765 to your computer and use it in GitHub Desktop.
let workItem = DispatchWorkItem { // <-- first closure
UIView.animate(withDuration: 1.0) { // <-- second closure
self.view.backgroundColor = .red
}
}
self.workItem = workItem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment