polqf / RealmResultsController

A NSFetchedResultsController implementation for Realm written in Swift
MIT License
188 stars 25 forks source link

Relationships mirroring #50

Closed bronenos closed 8 years ago

bronenos commented 8 years ago

Public overridable Object's extension for relationship mirroring to be able.

polqf commented 8 years ago

Hi @bronenos , could you explain a little bit what and why have you been working on here apart from the mirroring thing?

You removed sectionKeyPath but that's essential to separate objects in sections

bronenos commented 8 years ago

Oops, I'm very sorry about commit #26b967c. It was made locally in my forked version to allow sections to be sorted in descending order. This commit is not entirely correct because it breaks some functionality just for some functionality for local needs, and had been saved after this PR.

My PR initially was made only for commit #fd26c9a. I will recreate PR to include only that commit.

polqf commented 8 years ago

I'll close this on then :smile: @bronenos