MRFlipTransition icon indicating copy to clipboard operation
MRFlipTransition copied to clipboard

Update dismiss image

Open luisfsresende opened this issue 9 years ago • 3 comments

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?

luisfsresende avatar Apr 28 '15 14:04 luisfsresende

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.

mrcrow avatar Jul 17 '15 15:07 mrcrow