Re: Need NSNumber setBoolValue for KVC Compliance workaround
Re: Need NSNumber setBoolValue for KVC Compliance workaround
- Subject: Re: Need NSNumber setBoolValue for KVC Compliance workaround
- From: "Kyle Sluder" <email@hidden>
- Date: Tue, 27 May 2008 16:59:46 -0400
On Tue, May 27, 2008 at 4:41 PM, David Carlisle
<email@hidden> 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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden