-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
I have the following configuration - UIViewController placed in UINavigationController which is placed in UITabBarController.
My view is added as subview to the view of UIViewController and has constraints to fill the space between navigation bar and tab bar. Everything works if I do not use transitions (ADTransitionController does not work). When I activate ADTransitionController the animation itself works fine but when it's completed I find that my view has been resized - the new height is smaller by 49 points (the height of Tab bar).
It looks like ADTransitionController is responsible for the resizing of my view but I cannot understand the reason and find where it happens. Could you help me?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels