使用 MVVM Foundation Messenger 显示对话框
我已经在 StackOverflow 上阅读了另一个问题。我了解如何在 ViewModel/对象之间创建消息。但我不知道如何实际显示对话框。我可以查看一些实现此功能的代码示例吗?
i have read the other question here on StackOverflow. I understand how to create messages between ViewModels/Objects. But I dont get how can i actually display a dialog. Can I see some code samples implementing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用中介者或信使在视图模型之间进行通信与 mvvm 对话框问题无关。
这是我显示对话框的方式。
using a mediator or messenger to communicate between viewmodels has nothing to do with the mvvm dialog problem.
here is the way i show dialogs.