Top "Nsset" questions

NSSet declares the programmatic interface for static sets of distinct objects.

How to use core data's add & remove (NSSet) accessor methods?

In this test Core Data project, I have a one to many relationship from "Customer" to "Products" and this relationship …

core-data subclass insertion nsset
How to display an NSSet in a UITableView?

How would you proceed to display the content of an NSSet in a UITableView? As you know, the table view …

iphone uitableview nsset
NSSet with NSStrings containstObject not return YES when it should

I'm loading a dictionary (list of word, not the class) into a NSSet as NSStrings. I then repeatedly send this …

objective-c nsstring nsset
NSCountedSet - get count of items in set

I have a array of info that has multiple Names that I want to match and count then move to …

iphone objective-c ios ipad nsset
Swift NSSet & CoreData

I am trying to move an objective C & CoreData app to Swift and iOS and hit a brick wall …

ios core-data swift nsset
Ordered Sets and Core Data (NSOrderedSet)

I have a list of share prices with the properties dateTime and value. Currently I am sorting the share prices …

objective-c ios5 core-data nsset
Objective c - NSMutableSet unique object property

In my app I have a class Person with personId property. Now I need some data structure to hold a …

iphone objective-c nsset nsmutableset
Converting NSArray to NSSet, custom class instances transfer inconsistently

Ran into a interesting little problem. I was writing a method to filter an array to the unique objects: - (…

objective-c cocoa nsarray nsset