Closed alshcompiler closed 5 years ago
@alshcompiler hidesBottomBarWhenPushed
was not taken into account when I created the framework, I will definitely add that support in the future. As of now the only work around is to hide/show it manually or push from the tab bar controller itself. Thanks for bringing this into my attention.
Any updates on this feature?
Normally you can tell a
viewController
to hide tabbar on push, but it doesn't work usingAZTabBarController
, any advise instead of making :currentTabBar?.setBar(hidden: true, animated: true)
on
viewDidLoad
, then when click back i show the bar manually ?Thanks in advance