Let's say I have the following view controllers:
A -> B -> ... Z
Now let's say I'm at view controller B. If I click its back button, I'll return to view controller A. My question is: How can I make B's back button go to another view controller, say view controller Z, instead of A?