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
you did a great job. I like VCTransitionsLibrary and used it a lot in my projects. Thanks!
But recently I encountered a problem.
I have a simple setup:
UINavigationController with VCTransitionsLibrary.
There is some root controller with UIView which uses Auto Layout and positioned with Top Layout Guide and Bottom Layout Guide.
Then I push another controller to UINavigationController.
Everything is ok.
When I pop this controller - UIView of root controller goes under NavigationBar - it means without respect of Auto Layout with Top Layout Guide.
If I disable transition from VCTransitionsLibrary - everything works as it should.
Could you help me?
The text was updated successfully, but these errors were encountered:
Hello Colin,
you did a great job. I like VCTransitionsLibrary and used it a lot in my projects. Thanks!
But recently I encountered a problem.
I have a simple setup:
UINavigationController with VCTransitionsLibrary.
There is some root controller with UIView which uses Auto Layout and positioned with Top Layout Guide and Bottom Layout Guide.
Then I push another controller to UINavigationController.
Everything is ok.
When I pop this controller - UIView of root controller goes under NavigationBar - it means without respect of Auto Layout with Top Layout Guide.
If I disable transition from VCTransitionsLibrary - everything works as it should.
Could you help me?
The text was updated successfully, but these errors were encountered: