I'm trying to set up an application that uses a UINavigationController to push UITabBarControllers.
I've found a lot of stuff on doing things the other way around, but I can't seem to get this to work. Any resources out there that I'm missing?
Basically I'm looking for this structure.
Code:
UINavigationContoller
-- UIView Controller
-- Tab Controller
-- Table View Controller
-- Table View Controller
-- Tab Controller
-- Table View Controller
-- UIView Controller
-- Table View Controller
-- Table View Controller
-- Tab Controller
-- Table View Controller
-- Table View Controller
-- UIView Controller