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
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!
The text was updated successfully, but these errors were encountered:
I'm using the last version of ADTransitionController, but I do not use ADTransitioningViewController.
I setup ADTransitioningDelegate in UITabBarControllerDelegate protocol:
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!
The text was updated successfully, but these errors were encountered: