Hi,
I just recently started to look into the Xamarin Forms project and it looks great! However, a few years ago I built an app using MonoTouch.Dialog which I assume is the predecessor and I really liked that simple way it was presented with a list of different cell types you could use right of the bat.
Are there any plans of making a set of pre-made cell types like that or perhaps a Nuget in the making with reusables cell types? Or is this perhaps so easy to do in Xamarin.Forms that such a control library is redundant? If the latter, it would be nice with a sample project where you demonstrated how to create an entry form with a set of different controls such as:
* Text entry
* multiline text entry
* date picker
* radio buttons (perhaps same thing as the picker below)
* checkboxes
* picker for one or many items
* button
Thoughts?