Hi, Great job so far with these controls.
+1 for more detailed/extensive doco.
It would have been good to know that databinding in iOS needs a type converter registered in AppDelegate...
eg the line below is required for the databinding listview example but not mentioned anywhere.
IOSTypeConverter.Register<Item, NSItem>();
I missed that in the SDKBrowser sample.
I have a lot of different types to display. Do I need to register an NS____ for each one that I want to display in a ListView?