recruit-mp / RMPZoomTransitionAnimator

A custom zooming transition animation for UIViewController
MIT License
1.71k stars 178 forks source link

Remove alpha view and source image view from superview when completed #11

Closed CocoaBob closed 8 years ago

CocoaBob commented 8 years ago

There was a bug that the source image view and alpha view will stay in the view hierarchy after animations. Just fixed that.

mpon commented 8 years ago

Thanks for your help! :+1: