RealmResultsController icon indicating copy to clipboard operation
RealmResultsController copied to clipboard

have you considered extending this to all RealmCollection types?

Open skydivedan opened this issue 7 years ago • 0 comments

RealmResultsController displays a list of filtered objects based on type.

I was wondering if you've looked into creating a way to do this for all RealmCollection types, though. Anything that's a RealmCollection implements addNotificationBlock. If RealmResultsController could take an init that could pass in a RealmCollection, that would be pretty cool. Then it could handle List and LinkingObjects, too.

skydivedan avatar Apr 13 '17 15:04 skydivedan