I'm having issues setting the view outlet of a view controller containing only a UITabBarController. I created this view controller by creating a new file as UIViewController, and dragging in a UITabBarController in IB. When I run my application and try to open the view controller containing this view controller, I get:
-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "RootMenuViewController" nib but the view outlet was not set.
This is because I haven't associated the view of the RootMenuViewController with anything.
The problem I'm trying to wrap my head around it what to associate the view outlet with, because I can't seem to create the outlet to the UITabBarController in IB. Adding a View component creates another window within IB, but associating that results in the Tab Bar not displaying. Any suggestions?
Below is what I see in IB.
