I have a Dialog that is a full screen Modal popup.
It has a Group of radioelements. When selected a new screen of, in this case, states appears.
When a state is selected, how can I get the screen to "pop" back to the main dialog when there is no UINavigation Controller?
var rWhoToSee = new RootElement ("What State are you in??", gWhoToSee) {
new Section (){
new RadioElement ("ACT"),
new RadioElement ("NT"),
new RadioElement ("NSW"),
new RadioElement ("TAS")
}
};