In my application there is a UITabbarController, against every tab there is UINavgationController and a list of view in the navigation controller.
I want to change the style of push with Modal->Cross Dissolve but when i do this it breaks the relation with the navigationbar and tabbar and does not show any bar.
How can this be solved?