I setup my master-detail EODisplayGroups, but nothing is shown after a fetch
From EOFWiki
EODisplayGroups by default to not select the first object after fetch. But MasterDetail association only operated on the selected object. The easiest solution is:
[displayGroup setSelectsFirstObjectAfterFetch:YES];
before doing the first fetch.