I\'ve a document-based application powered by Core Data with an in-memory store. I have a table backed by an NSArrayController that is suppose to list all model objects of type Buffer. My UI also incl
I have an OSX core data app (non-document based) with several tables. I\'d like to ship my app with just one of those tables preloaded with a few hundred records. The user will also be able to add mor
I\'m having a problem to make unique attributes ! I am already searched here for methods that you guys makes an attribute unique in XCode programming:
Sorting Bound Data in NSTableColumn using IB binding. Keys: NSTableColumn , sorting, NSArrayController, Content Set
This is a very basic question but I\'m struggling to find the answer. I have an NSManagedObject called iSelectedObject.
I am having an issue when my array controller is refreshed with new data retrieved from a server request.
I have an OS X app that uses a splitview with two embeded NSTableViews. Changing a value in one table view should change a related value in the second but this does not happen.
I\'m working through a learning project around Core Data on OS X. I have an entity (Foo) in the data store, and in the UI, I use an NSArrayController with bindings to put some (name) field of the Foo
I have a managedObjectContext for the main application that has a bound NSArrayController and NSTableView displaying the contents of the NSArrayController.
I have an NSCollectionView which is populated by coll开发者_运维百科ection items. An array controller is used to add the items to the view. Each item has two outlets, an imageview and textview (not fi