FROM : Kyle Sluder
DATE : Tue May 27 22:59:46 2008
On Tue, May 27, 2008 at 4:41 PM, David Carlisle
<<email_removed>> wrote:
> So I need an object that is both property list compliant and KVC compliant
> for a BOOL value.
You've bound the wrong thing. You can't provide an array of NSNumber
objects, you'll need to provide an array of instances of a custom
model class and bind the column of checkboxes to a boolean path into
that array.
--Kyle Sluder
DATE : Tue May 27 22:59:46 2008
On Tue, May 27, 2008 at 4:41 PM, David Carlisle
<<email_removed>> wrote:
> So I need an object that is both property list compliant and KVC compliant
> for a BOOL value.
You've bound the wrong thing. You can't provide an array of NSNumber
objects, you'll need to provide an array of instances of a custom
model class and bind the column of checkboxes to a boolean path into
that array.
--Kyle Sluder
| Related mails | Author | Date |
|---|---|---|
| David Carlisle | May 27, 22:41 | |
| Ken Thomases | May 27, 22:55 | |
| Kyle Sluder | May 27, 22:59 |






Cocoa mail archive

