I am changing the root controllers depending on some actions. This prevents me from having a navigation controller that controls all the interactions between my views (a split view controller can only be the root controller while I need a front menu).
When I get to the split view controller, I want to get back to the main menu (done again by changing the root controller) and I have a button for that (named "main menu). I want this "main menu" button to look like a back button ? Is that possible by changing the type of the button ?