I am developing an application for tvOS. In my app users select their country, states and districts respectively in different view controllers. After selections, App displays a page with the information related to users' selections. When user presses the menu button in this page, I want the app to exit, but the app goes to previous page which is district selection view controller.
How can I make the app exit in this situation. I don't want user to go back all the pages to exit the app.