I have this problem: my main window contains a Tab Bar Controller that manages some views of my app: I have for example 3 buttons on the bar and 3 UIViewController, one for each button and everything works fine.
Now I wish make this: in the firstViewController, I wish add a navigation controller to manage some data... If I add the navigationcontroller into the uiviewcontroller nothing happens... how can I do for this??
thanks