我正在使用 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
(即只需删除点击后退步骤)
这可以实现吗?