On Thu, Sep 17, 2009 at 5:20 PM, Chase Meadors <c.ed.m...@gmail.com> 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com