Top "Nsarraycontroller" questions

on Mac OS X, NSArrayController is a bindings compatible class that manages a collection of objects

Key Value Observing with an NSArray

I've looked on SO for examples of using Key Value Observing with an NSArray (or NSMutableArray) and apparently you need …

iphone objective-c nsarray key-value-observing nsarraycontroller
Binding a NSArrayController to a NSPopupButton & NSTextField

What I want to accomplish seems like it should be fairly straightforward. I have placed a sample project here. I …

macos cocoa cocoa-bindings nsarraycontroller
How to make Deep Copy of NSManagedObject in Core Data

I am trying to make a duplicate of an existing NSManagedObject and related sub-objects in Core Data. I can't seem …

core-data copy nsarraycontroller nsmanagedobject