andreamazz / BubbleTransition

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
MIT License
3.32k stars 250 forks source link

Added `beginAppearanceTransition` and `endAppearanceTransition` to transition #33

Closed aspitz-intrepid closed 7 years ago

aspitz-intrepid commented 7 years ago

Added beginAppearanceTransition and endAppearanceTransition to both the fromViewController and toViewController to ensure that both would properly call their viewWillAppear, viewDidAppear, viewWillDisappear, viewDidDisappear methods when transitioning from one to the other

andreamazz commented 7 years ago

Hi @aspitz-intrepid Thank you for your contribution. 👍