ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 617 forks source link

Fix a bug for dismissing from a ViewController using Pan gesture with Fold animation #46

Closed JakeLin closed 8 years ago

JakeLin commented 8 years ago

We are making transition animations in IBAnimatable project. And port some animations from VCTransitionsLibrary. Thanks for you great library.

We found an issue with Fold animation when using Pan gesture. We fixed it in https://github.com/JakeLin/IBAnimatable/pull/175

I have fixed the same bug in VCTransitionsLibrary in this PR.

ColinEberhardt commented 8 years ago

Thanks @JakeLin really appreciate this :-)

JakeLin commented 8 years ago

@ColinEberhardt thanks for your great library, it helps a lot, we have added VCTransitionsLibrary in IBAnimatable's README.md since we start porting more and more transition animations from VCTransitionsLibrary.