My application setup is like this: I have a navigation controller (create in the app delegate) View 1 --Push--->View2---Push--->View3 ---Modal transit (slide up) --->View4 --->Push-->View5
What I want to do is to create a new navigation controller in View4 so that I can push to another view from view5
I didn't have experience of creating navigation controller in view other than root view controller.
Can someone give me some guide or instructions for how to implement it?