Hide UITabBar in landscape
问题 How does one hide the UITabBar programmatically? It's been asked and answered multiple times on SO, but the answers seem to come in roughly two varieties: 1) Using a navigation controller, one can hide the next vc's tab bar before the push using hidesBottomBarWhenPushed property. Typical answer here. 2) Walk through the tabbar controller's view hierarchy and modify the tab bar's frame and/or visibility. Typical answer here. But both sorts of answers fall short, imo. 1) What if we need to hide