I want to use Monotouch.Dialog for the first screen (after login in) that shows all the 'things' a user can do (just a simple grouped table style). I know I can achieve this very easily with Dialog, but I want to open my own screens when selecting an item (RootElement) from this list.
How can I achieve this?