CRPixellatedView
CRPixellatedView copied to clipboard
CRMotionView
Is it possible to use CRPixellatedView inside a CRMotionView? This is what I am doing right now, is there a better way?
pixellatedView.image = image;
[pixellatedView animateWithCompletion:^(BOOL finished) {
[motionView setImage:image];
[pixellatedView removeFromSuperview];
}];