Skip navigation.
 
mlCan CoreData return only unique results of an attribute
FROM : Adam Gerson
DATE : Tue Feb 26 23:00:38 2008

I have a core data object. I would like to populate a TableView with
only the unique entires for a specific property. Clearly I could
filter the results in code, I was wondering if there was away for core
data and bindings to do it.

Adam