Referring to the image below...
(A) I'm assuming that using a popover for selecting a value to put into a cell would be fairly easy. I'm guessing just grab the cell that was tapped and present a popover.
(B) I'm not so sure about using sliders, switches, calendar controls, or other types of controls you might want/need. How would I do this?
Hi David,
I'm not 100% sure what you're asking.
Are you trying to display the other controls within the cells?
If so, thats totally possible. You would just create Custom IGGridVIewCell objects and a custom IGGridVIewColumnDefiition. Then based off the user interaction or a some sort of flag, you can switch between showing your data, or an editor.
-SteveZ
Ahh, I didn't realize the column definition could be customized as well.
Do any of your samples show an example of that?
I'm in Objective-C