29 Apr
2011
29 Apr
'11
5:30 p.m.
Hello. I am writing a little app, and I have a table view with a checkbox cell and a text cell in each row. I implemented the data source, and in tableView:objectValueForColumn:row:, in the checkbox row I just return NSOnState or NSOffState, but when I run the app, the checkboxes don't get checked where they should. Also, when one is checked, how can I uncheck it through tableView:setObjectValueForColumn:row? thank you -- Pavlos Vinieratos -- Pavlos Vinieratos