I have a list of custom objects being returned from a .NET WebService and am storing them using a To-Many relationship from the parent enitity with Core Data.
If you can\'t get an object with obje开发者_StackOverflow社区ctAtIndex: from an NSSet then how do you retrieve objects?There are several use cases for a set.You could enumerate through (e.g. with enum
Ok. I have an array with multiple objects populated by my core data stack . Lets say each object has a name, startdate, enddate and amount attribute associated with them
How to search an NSSet or NSArray for an object which has an specific value for an specific property?
Is it possible to to subclass NSMutableSet? I need to do this in order to not retain objects contained in this set. The purpose todo that is to make an set of observers and those do not need to be ret
I have a question regarding a rather advanced DataModel which I would like to use with CoreData. Before I get into details about what I did so far, I will describe what I want to do.
I am currently working on a project that uses CoreData and relations are using NSSet. I have currently 2 problems :
I have difficulties displaying objects coming from CoreData in a tableView. I have 2 sorts of entities : Sample and SampleList. What is important to know is that a SampleList has an attribute sampleSe
I have the following problem and I cannot figure out how to solve it. I have an NSSet which contains Person objects (NSDictionary with 2 keys: name, age).开发者_如何转开发 From time to time I get an N
I\'m trying to do some image edit syncing between two of the same app running on differe开发者_开发问答nt iPhones. I would like to send an NSSet * from one device to another (which I imagine involves