Skip to content

CRMotionView #1

@aaronraimist

Description

@aaronraimist

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions