I have a Tab Bar Controller which, as we know, displays the tab bar at the bottom of the screen. I'm looking for a way to move it to the top. I don't think I can use a simple UITabBar
for this as I need to nest UINavigationControllers
under it.
Is there any way to move the Tab Bar in a UITabBarController
to the top of the screen?