recruit-mp / RMPZoomTransitionAnimator

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

Top Layout Guide incorrect when coming back to original screen #14

Open fwaddle opened 8 years ago

fwaddle commented 8 years ago

Hi all,

The scenario I have is that the collection view has a few images, and when tapped the images are shown full screen. The first screen with the collection view has the status bar showing but the full screen image viewer does not. The animation to go forward works fine as does the animation going back but the views no longer look write because the top layout guide is not correct. If I show the status bar on the image viewer it all works fine. My problem looks very similar to this one: http://stackoverflow.com/questions/20312765/navigation-controller-top-layout-guide-not-honored-with-custom-transition

Is anyone else having this issue?

Thanks, Mof.