ANBlurredImageView icon indicating copy to clipboard operation
ANBlurredImageView copied to clipboard

Animated blur-in and blur-out on UIImageView.

Results 1 ANBlurredImageView issues
Sort by recently updated
recently updated
newest added

This PR fixes issue when blur frames re-generates every time on setting `frame` to `ANBlurredImageView` instance. For example, in UIKit animations: ``` obj-c ANBlurredImageView *blurredImageView = ; [self addSubview:blurredImageView]; //...