tags:

views:

6

answers:

1

i want to get the values of a single attribute in core data..

A: 

Have you tried, - (id)valueForKey:(NSString *)key?

Rob