Xamarin Forms with Prism MasterDetail navigation

前端 未结 1 1039
一向
一向 2021-01-05 16:27

I have started building an app on Xamarin Studio using Prism with Xamarin.Forms. My issue is that I can\'t seem to find a snippet of code as an example of MasterDetail navig

相关标签:
1条回答
  • 2021-01-05 17:32

    Check out the sandbox sample that is in the Prism repo.. It's actually quite simple.

    https://github.com/PrismLibrary/Prism/tree/master/Sandbox/Xamarin/HelloWorld

    You just have to call navigate from your MasterDetilPage ViewModel. This will set the Detail page accordingly.

    0 讨论(0)
提交回复
热议问题