Re: NSFetchedResultsController sort on synthesized property?
Re: NSFetchedResultsController sort on synthesized property?
- Subject: Re: NSFetchedResultsController sort on synthesized property?
- From: Mike Abdullah <email@hidden>
- Date: Sun, 16 Mar 2014 19:55:48 +0000
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