Rightpoint / RZTransitions

A library of custom iOS View Controller Animations and Interactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout not respected in destination view controller

andrealufino opened this issue · comments

Hi! First, great work with this library!
I'm using it in a Swift project, but I'm having problems with the layout of the destination view controller that is not respected.
I've added this line in my AppDelegate :
RZTransitionsManager.shared().defaultPushPopAnimationController = RZZoomPushAnimationController()
And this in my ToViewController :
self.navigationController?.delegate = RZTransitionsManager.shared()

The transition is working very good, but in my DestinationViewController the layout isn't respected because some labels are put behind the navigation bar (which has the translucent property set to false). How can I solve this?