Hi Every one I have have a problem with present model view Controller. Here's the scenario:
This is navigation bar application I have a UIViewController class in which I add another class of
UIViewController by using this statement[self.view addSubView:controllerClass];In controllerClass I have insert tab bar at the bottom and also write its delegates on each tab bar click i'll add another
UIViewControllerclass to it as a subView but i'll make the height or frame to this controller is(0,0,320,369). so that tab bar shown through out when we click on different tabs.By clicking on first tab say ScannerViewController add a subview. There is a gallery button in this View. when user clicks on it a presentModel View Controller Insert to it and hide the navigation bar when i select the image from the gallery and make navigation bar
hidden =NO, it dosen't work and the tab bar on bottom was disappeared.