SETabView icon indicating copy to clipboard operation
SETabView copied to clipboard

When tabbar is hidden, still remains space

Open kkarakamis opened this issue 1 year ago • 0 comments

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.

kkarakamis avatar Sep 04 '22 12:09 kkarakamis