Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dismiss image #3

Open
luisfsresende opened this issue Apr 28, 2015 · 3 comments
Open

Update dismiss image #3

luisfsresende opened this issue Apr 28, 2015 · 3 comments

Comments

@luisfsresende
Copy link

I'm presenting a scrollview and if I scroll down and then dismiss the view the image for the animation shows the top of the view.

How can I update the image while I scroll?

@mrcrow
Copy link
Owner

mrcrow commented Jul 17, 2015

MRFlipTransition has a instance method updateContentSnapshot:afterScreenUpdate:
And you can get the instance from the view controller you presented by
MRFlipTransition *animator = self.transitionDelegate

I think you can come over by yourself for the rest of the steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@mrcrow @luisfsresende and others