Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

hidesBottomBarWhenPushed = true doesn't work #38

Closed alshcompiler closed 5 years ago

alshcompiler commented 6 years ago

Normally you can tell a viewController to hide tabbar on push, but it doesn't work using AZTabBarController, 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

Minitour commented 6 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.

anirudhamahale commented 3 years ago

Any updates on this feature?