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

Navigate to a modal by passing a presentation parameter. #62

Closed bruzkovsky closed 7 years ago

bruzkovsky commented 7 years ago

Add possibility to navigate to a modal by passing a presentation parameter.

Usage:

var presentationBundle = new MvxBundle(new Dictionary<string, string> { { MvxFormsPagePresenter.ModalPresentationParameter, "true" } }); ShowViewModel<SomeViewModel>(presentationBundle: presentationBundle);