CRPixellatedView icon indicating copy to clipboard operation
CRPixellatedView copied to clipboard

Reverse effect keeps image pixelated

Open SebastianThiebaud opened this issue 10 years ago • 0 comments

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: untitled

I didn't investigate in your code, maybe you already have an idea why.

Thanks!

SebastianThiebaud avatar Aug 03 '14 19:08 SebastianThiebaud