MvvmCross Monotouch.Dialog binding data to a table

2019-06-07 07:53发布

问题:

I'm using the MvvmCross Monotouch.Dialog to create my app and need to have a list of elements bound to a list in the VM - what's the best way of going about this?

Do I need create an element form scratch to do this or is there some support already there?