How does one bind an NSArrayController\'s content to the entities in an ordered to-many relationship?
I have an unordered to-many relationship in my Core Da
I came across this discussion while searching to see if there've been any new developments on this front. In a shipping app I currently bind the array controller's content array to orderedSetKey.@array
and it works just fine, not sure if I discovered that myself or if someone else suggested it somewhere.