mpospese / MPFoldTransition

Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers
http://markpospesel.com/2012/05/07/mpfoldtransition/
1.81k stars 238 forks source link

fixed bugs in the popToRootViewControllerWithXXXStyle: functions #9

Closed meinside closed 12 years ago

meinside commented 12 years ago

Hi, there was a bug in my implementation of popToRootViewControllerWithXXXStyle: functions.

They were setting 'toController' to a wrong one, causing awkward view transitions.

Sorry for that, and again, hope it would help.