¡@

Home 

2014/10/15 ¤U¤È 10:05:17

iphone Programming Glossary: committeenameinitial

NSFetchedResultsController with sections created by first letter of a string

http://stackoverflow.com/questions/1112521/nsfetchedresultscontroller-with-sections-created-by-first-letter-of-a-string

this property. Create this getter this is half the magic IMHO THIS ATTRIBUTE GETTER GOES IN YOUR OBJECT MODEL NSString committeeNameInitial self willAccessValueForKey @ committeeNameInitial NSString initial self committeeName substringToIndex 1 self didAccessValueForKey.. magic IMHO THIS ATTRIBUTE GETTER GOES IN YOUR OBJECT MODEL NSString committeeNameInitial self willAccessValueForKey @ committeeNameInitial NSString initial self committeeName substringToIndex 1 self didAccessValueForKey @ committeeNameInitial return initial THIS.. @ committeeNameInitial NSString initial self committeeName substringToIndex 1 self didAccessValueForKey @ committeeNameInitial return initial THIS GOES IN YOUR fetchedResultsController METHOD Edit the sort key as appropriate. NSSortDescriptor nameInitialSortOrder..