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

When build toVC using getter and setter code only like : #19

Closed rushairer closed 8 years ago

rushairer commented 8 years ago

//BTModalViewController is the toVC

The toVC is still in the memory, so we need to reset returningControllerView.center = originalCenter;

PS: I have made the Objective-C code for BubbleTransition at: https://github.com/rushairer/BubbleTransitionForObjC

andreamazz commented 8 years ago

Nice find! Thanks for the PR. :+1: