I am using the NavigationItem to drive the navigation of the application. For all of my controllers inheriting from DialogViewController, the back button doesn't show, even if I do
BackButtonBarItem = news UIBarButtonItem(..)
The back button never shows only for dialogs, but does for every other type of controller. Am I missing something?