Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Checkbox in a cell ?
posted

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 ?

Parents
No Data
Reply
  • 40030
    Offline posted

    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

Children