-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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];
}];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels