why does MvxModalSupportTouchViewPresenter in MvvmCross only support one modal view

我们两清 提交于 2019-12-24 08:48:45

问题


I have an application that needs a model view on top of a modal view but the presenter MvxModalSupportTouchViewPresenter doesn't support it. Is there any reason for this before I set out on extending it?


回答1:


The default mvx presenters are there to provide basic presentation. If you need custom functionality then please do create your own presenter logic. See the conference sample for an example - ir reroutes navigation through a tab controller.

I anticipate that many phone and especially tablet apps will make their own presenters.


Please also see the recent discussion on showing a navigation bar within the modal presentation - MvvmCross Using a modal ViewController from a Tab


Hope that helps

Stuart



来源:https://stackoverflow.com/questions/11041605/why-does-mvxmodalsupporttouchviewpresenter-in-mvvmcross-only-support-one-modal-v

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!