So you can put a NavigationButton in a NavigationView and use the button destination to push a new View on the stack. Cool.
You can click the "back" button in the nav bar to go back. Also cool.
But how in the world do you "pop" the view programatically, say, like when a user hits a submit button and you've validated his entry?