In this question an excellent step by step list shows how to bind an entity to a view controller (in MacOS, not iOS).
Step be step instruction to binding array controller to core data and view controller.
I can't seem to find the same for a Master/Detail arranagement where I would start with the same steps listed in the other question and then connect another array controller to another entity that contains the detail data for the item selected in the master array controller.
Can someone provide a concise "simple" example?