Re: NSFetchedResultsController sort on synthesized property?
Re: NSFetchedResultsController sort on synthesized property?
- Subject: Re: NSFetchedResultsController sort on synthesized property?
- From: Rick Mann <email@hidden>
- Date: Sun, 16 Mar 2014 13:46:27 -0700
It would only need to load the sort attributes. Maybe using keyPathsForValuesAffectingKey or some such.
Sent from my iPhone
On Mar 16, 2014, at 12:55, Mike Abdullah <email@hidden> wrote:
>
> On 27 Feb 2014, at 21:20, Rick Mann <email@hidden> wrote:
>
>> Thanks, Sixten. I had hoped that if it couldn't translate a sort descriptor in to SQL, that it would apply it after fetching.
>
> The problem with doing that is it would require faulting all the objects into memory at once, which I guess Apple is keen to avoid us doing on iOS.
>
_______________________________________________
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