I have an application where I need to remove one view from the stack of a UINavigationController and replace it with another. The situation is that the first view creates an
You can check with navigation view controllers array which you give you all view controllers that you have added in navigation stack. By using that array you can back navigate to specific view controller.