My app inits with a navigation controller that opens up a table view.
If I then click on the menu icon in the header a modal segue gets fired and a login screen shows up. If you then login another modal segue gets fired and you end up on the account screen.
What I now want to do is to remove all other underlying VC's and make the account VC the first VC in the navigation stack. Is that possible?