CRPixellatedView icon indicating copy to clipboard operation
CRPixellatedView copied to clipboard

CRMotionView

Open aaronraimist opened this issue 10 years ago • 0 comments

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];
}];

aaronraimist avatar Jun 22 '14 03:06 aaronraimist