Skip navigation.
 
mlRe: Need NSNumber setBoolValue for KVC Compliance workaround
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

Related mailsAuthorDate
mlNeed NSNumber setBoolValue for KVC Compliance workaround David Carlisle May 27, 22:41
mlRe: Need NSNumber setBoolValue for KVC Compliance workaround Ken Thomases May 27, 22:55
mlRe: Need NSNumber setBoolValue for KVC Compliance workaround Kyle Sluder May 27, 22:59