I've got a UITabBarController
containing different UINavigationControllers
. One of those UINavigationController
's rootViewController
displays a chart (using ShinobiCharts
) between the UINavigationBar
and the UITabBar
in portrait mode. When turning to landscape, I'd like to hide both the UINavigationBar
and the UITabBar
and display my chart full screen. Not a problem for the navigation bar, I don't know how to that for the tab bar. I can hide it but resizing the chart after hiding does not make it as big as I want it to be.
This seems to be a pretty straight forward demand and I bet there's a fairly simple solution, isn't it?