I am a bit a loss, i have an entity "Contact" which has an attribute "lastName", i would like to organize my contacts into a grouped sectioned tableview but i cannot seem to understand the way to go. Spent the last two days on StackOverflow and i cannot get it to work, i have added "transient" attributes to my entity "Contact", generated the class files, updated the model, changed the code but to no avail, i keep on getting this error message that my transient attribute is not to be found . So back to square one, what gives...? Have read most of that answers here and still does not work....
thank you Mundi....putting this into my contacts.h file gives me a parse error, do i have to @interface it or @implement it ? i don't get it.....found the error for the transient attribute and unNSSortDecriptor (ed) and that fixed that but i just keep on getting all the entries in the section headers and in the table......am at a complete loss
Thank you Ian and Mundi....finally got it to work, worked on a post by gerry 3 dating from 2010...interfaced in the .h file of my entity "Contacts", implemented in the .m file...then changed the fetched results controller in the sectionKeyPath to the NSString that i created in the entity class files...Newbie errors had been committed by myself but perusal of a lot of stack overflow got the day...thanks again