is it possible to change the previous view controllers of a UINavigationController
?
Suppose I have three view controllers (A, B, C) which are embedded in a UINavigationController
. Tapping a button in A pushes to B and tapping a button in B will pushes to C. Now, if the user taps on the back button of C, I want redirect the user directly to A instead of B.