I've implemented a quick return to home button on an app which works fine. Problem it works by pushing directly onto the top of the NavigationController, so there will always previous views on the stack. Is there a way to empty the NavController stack?
↧