I have a dataset that contains 0 or 1 for a column. I want to be able to display this with a check box - is this possible in 2016.1 release of Nuclios ?
Hi,
In iOS there aren't any Checkbox controls. The closest the native toolset has is the UISwitch.
As for customizing the IGGridView, it's built to be completely customizable, So you can create custom columns and cells to display whatever you'd like.
So, if you wanted to display a UISwitch, that would be trivial.
I could put together a sample to show you how to do this. Just let me know what Language you're using. (Obj-c, Swift, or Xamarin C#)
-SteveZ
Thank you for responding rapidly Stephen.
UISwitch is what I was trying to say !
I am building a tablet app with Xamarin.iOS using C#. Right now the column definition is a standard one displaying 0 or 1.
Looking forward to your sample - the custom column definition code would be more than enough.
Thank you in advance.