I use the code below to create a tab bar with three view controllers (three tabs), each with a navigation controller. The various view controllers (beginning with "Q") are UITableViewControllers. It works pretty well.
The problem is that the tab bar vanishes when I advance from a table view to the various detail views using "pushViewController". Is there a way (or a special way) I can push a new view controller onto the screen and maintain the tab bar?
I use the code below to create a tab bar with three view controllers (three tabs), each with a navigation controller. The various view controllers (beginning with "Q") are UITableViewControllers. It works pretty well.
The problem is that the tab bar vanishes when I advance from a table view to the various detail views using "pushViewController". Is there a way (or a special way) I can push a new view controller onto the screen and maintain the tab bar?