Top "Nsset" questions

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

Swift and CoreData, problems with relationship (NSSet) - [NSSet intersectsSet:]: set argument is not an NSSet

I've been trying to get my head around adding objects in relationships using CoreData and Swift. I am at a …

ios core-data swift nsset
Will [NSSet allObjects] return an array with the same order each time?

I have a list of custom objects being returned from a .NET WebService and am storing them using a To-Many …

iphone core-data uitableview nsset
[IOS SDK]- touchesBegan with specific object?

When I touch anywhere on screen touchesBegan event triggered. but I couldn't manage how if I touch specific object as …

xcode ios4 touchesbegan nsset touchesmoved
Creating an array from properties of objects in another array

Is there any convenient way to take an array/set of objects and create a new array/set containing some …

objective-c nsarray nsset
How to convert NSSet to [String] array?

I have an NSSet of Strings, and I want to convert it into [String]. How do I do that?

swift nsset swift-array
Example of NSSet's objectsPassingTest function please?

I'm going nuts here. For some reason I can't find a single, complete example of how to use the objectsPassingTest: …

iphone cocoa ipad nsset
How do I get unique values from an array

Please note this is for OSX, not for iOS. I have looked and tried some solutions in other SO questions, …

objective-c macos nsarray nsset
Create a NSSet from NSArray based on property

How does one create a NSSet of objects from an array based on a property. e.g. Array of objects, …

objective-c nsarray nsset
Does NSSet's containsObject: test for pointer equality or value equality?

Say I have an NSSet with a string in it. If I send containsObject: with another string which is a …

objective-c cocoa collections foundation nsset
Problems with NSSet (remove object and iterate)

I am currently working on a project that uses CoreData and relations are using NSSet. I have currently 2 problems : How …

objective-c core-data nsset