I use the navigation controllers because it handle the transition movement which is nice to see in any app. However, the navigation controllers add a default navigation bar which is, in many cases, not useful for me since i have my own specifications and my own bars models. My question is, is there any way to keep the Navigation controller (their movement) and in the same time, change the default bars by something else.
Thanx for any suggestion.