I\'m trying to sort an array of people objects. The class looks like this. Person ------- name phone I have an NSMutableArray filled with these objects. I want to sort this array by the name of eac
NSDisableScreenUpdates(); [self.productsArrayController setFetchPredicate:predicate]; [self.productsArrayController setSortDescriptors:sortDescriptors];
Maybe there is a simple solution to this, but I\'m getting headache of this, I\'m fairly new with all this Core Data stuff:
I am a novice in Objective-C; and I could not find any solution in my Books or internet. My question: What are the most efficient and fastest ways to use already compiled .mom and SQLite db without h
I have a one to many entity relationship between two entities: EntityP (Parent) <-->> EntityC (Child)
I\'m developing for iPhone iOS 4.0 and I have a list of birthday objects (date + name) stored using Core Data. I want to use the NSFetchedResultsController to retrieve this list sorted by the next bir
We cannot use NSFetchRequest without providing NSSortDescriptor(s). All i want to do is fetch the results and show them in the order in which they were created. Is there a built-in way to do that?, or
Hello All I need to sort an NSMutable Array that having a class Objects say I开发者_Go百科tem . Item class have date,url,link,title,guid etc .. I am storing this Object Into an NsMutableArray each tim
I am getting a memory leak when I add a sort descriptor to my Fetch Request in Core Data.If I comment out the NSSortDescriptor block it runs without a memory leak in Instruments.
My Requirement: I have this straight forward requirement of listing names of people in alphabetical order in a Indexed table view with index titles being the starting letter of alphabets (additionally