I know this question has been asked before and the solutions I've heard is to not use a UITabBarController but to add a UITabbar to a view and push its corresponding viewController to the navigation controller. However, when I use this method, I can see the tab bar, but I can't display the tabbaritems on the tabbar. It only shows a tabbar on the bottom. I tried to setup a tabbardelegate that handles the button response but obviously with no buttons that seemed pointless.
Any good advice?