Skip to content

Layout not respected in destination view controller #57

@andrealufino

Description

@andrealufino

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions