You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: