Re: Bindings and C arrays
Re: Bindings and C arrays
- Subject: Re: Bindings and C arrays
- From: Kyle Sluder <email@hidden>
- Date: Thu, 17 Sep 2009 17:27:47 -0700
On Thu, Sep 17, 2009 at 5:20 PM, Chase Meadors <email@hidden> wrote:
> My question is quite simple, actually. Is there any way to use bindings with
> C arrays?
Since you don't bind to an array, but rather to a property of an
object, there's no reason why not. Implement a property with the KVC
indexed accessor methods and bind to that property.
--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