I\'m trying to sort an NSMutableArray of YOEvento objects. YOEvento.h @interface YOEvento : NSObject { NSString *nombre; // stores the <name> tag
I\'m importing a txt file with a list of first and last names. Each new name is on it\'s own line, so I imported them into a NSMutableArray and then split them with componentsSeparatedByString:@\"\\n\
Entity B (Book) has a one-to-many relationship with the entity D (Description). The idea is that a book has different descriptions for different languages.
I managed a tableview with NSFetchedResultsController whose fetch request uses a simple sort on a date attribute. It sorts properly when it first loads but when I refresh or call the loadMore method (
After searching the developer docs, google and other sites I still can\'t find how to accomplish the following...
In Code: - (NSFetchedResultsController *)getFetchedResultsController { if (_fetchedResultsController != nil) {
I\'m using s selector (localizedCaseInsensitiveCompare:), but i need also to use the Diacritic selector.
I\'ve been prowling through the SO search results and can\'t (thus far) find an answer to this question.
I have a CoreData entity with two attributes. One called \'position\' the other called \'positionChange\'. Both of them are integers where the position开发者_如何转开发 attribute is the current positi
Someone else designed this class to have an NSString for an ID (I don\'t know why to be honest).So, some objects have @\"\" for their ID (blank), some have @\"id12345\" or something to that effect.I w