I am trying to make a duplicate of an existing NSManagedObject and related sub-objects in Core Data.I can\'t seem to find an easy way to do this.
Is it possible to create a custom controller key for an NSArrayController? There are keys for \"arrangedObjects\", \"selection\" etc... Is it possible to implement your own? I can\'t seem to find any
I have (for example) a table with cars in. The cars each have a name, a color and a mileage. I can have a text field which displays the total mileage of all the cars using bindings in interface buil
NSDisableScreenUpdates(); [self.productsArrayController setFetchPredicate:predicate]; [self.productsArrayController setSortDescriptors:sortDescriptors];
I\'m making a custom view that I want to be bindings/core data compatible and represent a collection of data (a la NSTableView)
I have a problem with a bound property of a custom view. The property is bound to an NSArrayController for a core-data entity.
I have a question about Core Data. When starting my appliction, when is my data (which is stored automatically by Core Data) loaded into the NSArrayControllers? I want to modify it in the first place
I have troubles getting my NSTableView keep the contents of a to-many relationship ordered. What I have is an entity \"Relationship\" in a to-many relationship with an entity \"Card\" both managed b
I\'m just starting to use core data in my iphone app. I have created my Entity (measure) with 2 property (date, value).
I am trying a simple application using NSArrayController and cocoa bindings. The application contains - a table with only one column, two buttons \"+, -\" to add and delete records, two text fields to