briancollins / BCTabBarController

a Tweetie-style tab bar for the iPhone
MIT License
568 stars 95 forks source link

Not hiding when presentViewController:animated:completion: is called #15

Open ast opened 12 years ago

ast commented 12 years ago

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?