我有一个对话框,它是一个全屏模式弹出窗口。
它有一组放射性元素。在选择新屏幕时,在这种情况下,出现状态。
选择状态后,如果没有 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")
}
};