DianQK / TransitionTreasury

Easier way to push your viewController.
https://transitiontreasury.com
MIT License
2.09k stars 157 forks source link

Fix for back-button #12

Closed leoMehlig closed 8 years ago

leoMehlig commented 8 years ago

If the back-button was tapped, the transition wasn’t updated in the delegate when navigating through multiple layers. This fixes this, by using the transition from the fromVC

Hopefully this fixes the final bug caused by the back-button

leoMehlig commented 8 years ago

I need to first figure out some other problems