Created
January 1, 2018 18:51
-
-
Save paskowski/6f03e96315a592e16f7359d928268725 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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