It\'s easy to create a multi-level menu structure using nested RootElements in MonoTouch.Dialog but how would you go about having a specific
RootElements
MonoTouch.Dialog
Same thing, less methods...
var root_element = new RootElement("caption", (RootElement e) => { return new DialogViewController (e); });