Re: Creating an ordered list for combo-box content from a Core Data entity attribute
Re: Creating an ordered list for combo-box content from a Core Data entity attribute
- Subject: Re: Creating an ordered list for combo-box content from a Core Data entity attribute
- From: "I. Savant" <email@hidden>
- Date: Wed, 8 Apr 2009 17:04:53 -0400
>> So, I've created a relevant method to fetch & load an ordered list.
...
> What kind of attribute is it? It should be as easy as setting the
> desired sort descriptors (see NSSortDescriptor and associated
> companion guide(s)) on the array controller that's providing your
> list.
Sorry, I realize it sounds like you're doing this with a manual
fetch in code. In that case, you'll want to set the NSFetchRequests's
sort descriptors since an array controller is not doing the fetching.
--
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