Hello everybody!
I developed my app and now I want to customize the animation for switching a view with the UINavigationController.
My app is a UITabBarController with an UINavigationController for each item. On most views I have a table view. When I want to switch a view, I want to disable the tab bar with a sliding down effect, show the tool bar with a sliding up effect, switching the navigation controller with a fade effect and switching the table view with a sliding left effect.
Sorry for this explanation!

Okay. Is it possible to do this?
Thanks in advance!

Paul