• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sorting a to-many relationship property
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sorting a to-many relationship property


  • Subject: Re: Sorting a to-many relationship property
  • From: "I. Savant" <email@hidden>
  • Date: Wed, 16 Jul 2008 20:51:30 -0400

But they come back in whatever order Core Data has for them. I'd really like for all requests for Foo.bars to come back sorted by a property of Bar. Is this possible? Or must I either create a new property that sorts them, or just sort them after I get them?

You'll need to sort them yourself after you get them if you're directly getting them via -valueForKeyPath: since there's no way to specify a sort descriptor at that time. NSArray conveniently has a method for exactly that purpose.


--
I.S.


_______________________________________________

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


  • Follow-Ups:
    • Re: Sorting a to-many relationship property
      • From: Rick Mann <email@hidden>
References: 
 >Sorting a to-many relationship property (From: Rick Mann <email@hidden>)

  • Prev by Date: [Moderator] Re: alternative to flash
  • Next by Date: Re: Redrawing CALayer subclass when super layer is scaled
  • Previous by thread: Sorting a to-many relationship property
  • Next by thread: Re: Sorting a to-many relationship property
  • Index(es):
    • Date
    • Thread