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
Tab bar changes UIViewController's view frame in some cases incorrectly
For example:
I have tab bar with 5 tabs. The first tab is UINavigation controller where the first view controller in the stack has property hidesBottomBarWhenPushed = true
So If I call navigationController?.popToRootViewController at the view controller with animated = false, frame will be crushed (
Also the same situation is in case I try to change selectedIndex of tabBar when tabBar is hidden by hidesBottomBarWhenPushed = true
The text was updated successfully, but these errors were encountered:
Tab bar changes UIViewController's view frame in some cases incorrectly
For example:
I have tab bar with 5 tabs. The first tab is UINavigation controller where the first view controller in the stack has property
hidesBottomBarWhenPushed = true
So If I call
navigationController?.popToRootViewController
at the view controller withanimated = false
, frame will be crushed (Also the same situation is in case I try to change selectedIndex of tabBar when tabBar is hidden by
hidesBottomBarWhenPushed = true
The text was updated successfully, but these errors were encountered: