Binding an Ordered Relationship with an NSArrayController

前端 未结 2 759
野性不改
野性不改 2020-12-29 12:35

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

2条回答
  •  旧时难觅i
    2020-12-29 13:03

    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.

提交回复
热议问题