Hi
I am currently working on a project that uses CoreData and relations are using NSSet. I have currently 2 problems :
How to iterate over an NSSet using an index ? --> SOLVED
How to remove a specific object ? => I guess I need to iterate and check for the object ?
hmm looks like I also have a problem adding an object ? Whats wrong with this :
[mySet setByAddingObject:info];
Thanks for the help.
mcb