Cuberto / bubble-icon-tabbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clips UIViewController's main main view

progFresh opened this issue · comments

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