Skip to content

Instantly share code, notes, and snippets.

@paskowski
Created January 1, 2018 18:51
Show Gist options
  • Save paskowski/6f03e96315a592e16f7359d928268725 to your computer and use it in GitHub Desktop.
Save paskowski/6f03e96315a592e16f7359d928268725 to your computer and use it in GitHub Desktop.
blurImageOperation.completionBlock = {
DispatchQueue.main.async {
self.bluredImageImageView.image = blurImageOperation.outputImage
self.bluringActivityIndicator.stopAnimating()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment