BCTabBarController
BCTabBarController copied to clipboard
Not hiding when presentViewController:animated:completion: is called
I was playing around with BCTabBarController I I noticed the tabbar is not hidden when I present another viewcontroller modally. The standard behaviour of UITabBarController seems to be that the TabBar is hidden.
Is this a known issue? I don't know if it's related to the hidesBottomBarWhenPushed issue?