CRPixellatedView
CRPixellatedView copied to clipboard
Reverse effect keeps image pixelated
Hello
I have a problem with this code:
self.pictureView.reverse = YES;
self.pictureView.animationDuration = 0.5;
self.pictureView.imageContentMode = UIViewContentModeScaleAspectFill;
At the end of the animation, my images are still pixelated as shown below:
I didn't investigate in your code, maybe you already have an idea why.
Thanks!