Apple has a nice little tutorial for making a simple master-detail interface. Interface Builder will even automatically generate one for you from a Core Data entity. However, I\'m trying to do somethi
Been starting to work with Core Data a bit, and while I\'ve figured out how to use it in regular Cocoa applications, it seems it works a bit differently in Cocoa Touch.How do you bind entities to obje
I just realized there are two ways to use a NSArrayController. Bind the Controller to and Array and add objects to the Array. Or don\'t use any Array at all and add objects directly to the Controller
I have an entity (e.g. Employee) in a managed object model that is related to two other entities (e.g. Department and Team). Both relationships are one-to-many (i.e. an Employee must have one Departme