MvvmCross / MvvmCross-Forms

Support for Xamarin.Forms on MvvmCross: The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
http://mvvmcross.com
6 stars 2 forks source link

[Feature] Use MvxForms with MasterDetailPage #60

Closed farlop closed 7 years ago

farlop commented 8 years ago

New presenter and supporting classes to use MasterDetailPage in MvxForms instead of basic ContentPage. Includes example.

ghost commented 8 years ago

Hi, downloaded PR60 - opened the MasterDetailExample.sln - project fails to build - appears to be looking for MvxMasterDetailViewModel?

farlop commented 8 years ago

Hi! Sorry for the delay MvxMasterDetailViewModel is included in first commit, in the MvvmCross.Forms.Presenter.Core project

martijn00 commented 7 years ago

Thanks! Let's see how this goes in the next release!