问题描述
我有一个需要在模态视图之上的模型视图的应用程序,但演示者MvxModalSupportTouchViewPresenter不支持它.在我开始扩展它之前,有什么理由吗?
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?
推荐答案
默认的mvx演示者可以在其中提供基本的演示.如果您需要自定义功能,请创建自己的演示者逻辑.有关示例,请参阅会议示例-ir通过选项卡控制器重新路由导航.
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
希望有帮助
斯图尔特
这篇关于为什么MvvmCross中的MvxModalSupportTouchViewPresenter仅支持一个模式视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!