Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout not respected in destination view controller #57

Open
andrealufino opened this issue Nov 26, 2016 · 0 comments
Open

Layout not respected in destination view controller #57

andrealufino opened this issue Nov 26, 2016 · 0 comments

Comments

@andrealufino
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant