On Mon, Jul 28, 2008 at 9:17 PM, Graham Cox <[EMAIL PROTECTED]> wrote:
> Ah, OK, didn't quite grok that. If they are related, could object A have a
> reference to object B? If so, just sorting one array then gives you the
> other objects sorted in the same order without having to sort array B (or
> even have one).

Or, as a really simple/dumb technique, store one array of dictionaries
with two key/value pairs. As an added bonus, using valueForKey: on the
array makes it very easy to extract arrays of the actual objects.

Mike
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to