I'm looking for an NSFetchedResultsController clone for OS X. I'd like to use the same design I'm already familiar with on both platforms. Can anyone recommend a good open source implementation of this? I'm looking for one that supports sections, I'm syncing it up with a NSCollectionView using the new API.
I'm attempting to use one open source clone of NSFetchedResultsController but I'm not getting proper results. "Move" change types are being reported as updates, and it also seems to be too slow to report updates, if you change a property that affects the sort order.