You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: