In our Apple Watch swift application we have two controllers(Login and dashboard controller). After login user will land to dashboard page and after clicking on back button it is again landing to login page. So, my requirement is that after clicking on back button on dashboard it should stay on same dashboard page.
So, How can I prevent back action and assign custom action once back button clicked in apple WatchKit application?