I have a navigation controller in my application. Now I am having a viewcontroller, where the back-button of the navigation-bar should not go to the previous viewcontroller. I want that if someone press this back-button, my first viewcontroller (MainMenu) is called. Is it possible to do this without using a BarButtonItem?
Example: VC1 = MainMenu -> VC2 -> VC3
Now if I press the back-button of VC3, I want to go to VC1!!!! (normally I get back to VC2)=