On Feb 11, 2011, at 9:19 AM, Michael Crawford wrote:
> Thank you both for your suggestions.
You're welcome. I'm glad I could help.
> I ended up going with Ken's idea regarding the synthetic property. It was
> added to a NSManagedObject derived class so I couldn't use it during the
> fetch re
Thank you both for your suggestions. I ended up going with Ken's idea
regarding the synthetic property. It was added to a NSManagedObject derived
class so I couldn't use it during the fetch request without actually adding an
attribute but I did use it to sort the resulting array. The syntheti
On 07-feb-2011, at 16:29, Ken Thomases wrote:
> On Feb 7, 2011, at 8:56 AM, Michael Crawford wrote:
>
>> I'm trying to implement a feature where I sort a cross-section of music from
>> multiple genres with up to two different keys, where the items with a genre
>> matching the first key appear
On Feb 7, 2011, at 8:56 AM, Michael Crawford wrote:
> I'm trying to implement a feature where I sort a cross-section of music from
> multiple genres with up to two different keys, where the items with a genre
> matching the first key appear first in the collection and items with a genre
> match
I'm trying to implement a feature where I sort a cross-section of music from
multiple genres with up to two different keys, where the items with a genre
matching the first key appear first in the collection and items with a genre
matching the second key appear after the first group in the collec