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?
Excellent, thanks. I've been hooked on Indigo since I downloaded the trial and haven't been able to put it down long enough to look at your code sample, but I definitely will get to it this weekend.
Sure.
I've attached a modified version of the other sample i sent you, with a slider in a column.
Let me know if you have any questions.
-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
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.