Hi, I've got a couple of UITableViewController based views that I push onto a UINavigationController just like the multiscreen tutorial example. That all works fine. I'm trying out Monotouch.Dialog so I created a DialogViewController based view and pushed that onto the UINavigationController. It shows up okay but no back button is shown. This seems to be a common enough problem in iOS judging by google results. Mostly the problem is that the previous view did not have Title set, mine does. I've also tried explicitly calling NavigationItem.SetHidesBackButton(false,true) in my DialogViewController based view.
I'm running out of ideas. Has anyone run into this? Regards, Felix _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
