Passing Data from Master to Detail Page

后端 未结 3 1405
忘了有多久
忘了有多久 2020-12-18 03:42

I watched some tutorials about navigation + passing data between views, but it doesn\'t work in my case. My goal is to achieve the follwing:

  1. On the MainPage th
3条回答
  •  爱一瞬间的悲伤
    2020-12-18 04:12

    You can also set local json model to store your data, and use it in the corresponding views. But be sure to initialize or clear it in the right time.

提交回复
热议问题