我正在使用MonoTouch Dialog(Reflection API)来显示和编辑联系表单。
其中一个字段是联系人类型的枚举,点击后会导航到带有枚举选项的屏幕。
目前的工作原理如下:
1) click on field type
2) navigates to screen with type options
3) select the type
4) click back to navigate to the original form
我希望它表现的方式是:
1) click on field type
2) navigates to screen with type options
3) select the type
4) <strike>click back to</strike> navigate to the original form
(即只需删除点击后退步骤)
这可以实现吗?