On Sat, Feb 11, 2012 at 11:40 PM, Richard Somers <[email protected]> wrote: > Karoly Lorentey has a blog entry "Efficient Scalar Attributes in Core Data" > for iOS. I was trying to follow his lead except target Mac OS X v10.6 using a > struct instead of a single scalar but it has been rough going. > > http://blog.lorentey.hu/2010/10/31/core-data-scalars/
Hmm. The Foundation Release Notes for 10.5 indicate that KVC supports arbitrary structs (see section titled "Support for Arbitrary Types in KVC and KVO"): https://developer.apple.com/library/mac/#releasenotes/Cocoa/FoundationOlder.html#//apple_ref/doc/uid/TP40008080 But the blog you linked to indicates that manually-implemented accessors aren't exactly the most efficient. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
