I would like to know how to load a tab bar controller into a view, but i keep hitting this error. "'-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "browseView" nib but the view outlet was not set.'"
What I'm trying to do is, create a splash screen (UIView) with 5 buttons and when clicked, it'll load a UITabBarController with 6 tab bar items.
Please help.. :(