I've got a series of nested navigation controllers (because I want the nav bar at the top and I can't get that bar to look correct without using the nav controller).
So basically it looks like this: -NavigationController-VC1-->(Modal)--NavigationController-VC2-->(modal)...etc
When I'm at the summary ViewController, the final one - I want a button to take the user back to the very root ViewController. How can I do this?
I've tried the popToRootViewControllerAnimated but that doesn't work as I've got a series of navigation controllers (better solution??)
Thanks!
Edit
Navigation now:
Navigation Controller --> VC1 --(modal)-->VC2 --(modal)-->VC3... and so on