eshwavin / SETabView

SETabView is a TabBar with simple yet beautiful animations that makes your apps look cool!
MIT License
70 stars 5 forks source link

When tabbar is hidden, still remains space #2

Closed kkarakamis closed 1 year ago

kkarakamis commented 2 years ago

When applying

   if let tabBar = self.parent?.parent as? AppTabBarController {
      tabBar.hideTabBars()
    }

tabbar hides itself but space still remains.

AppTabbarController is my tabbar controller which extends SETabViewController.

eshwavin commented 1 year ago

There is no function hideTabBars() in SETabViewController. This function should have been implemented by you. In case you are looking for support to show/hide the tab bar, we will look into it