You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 aRealmCollection
implementsaddNotificationBlock
. IfRealmResultsController
could take aninit
that could pass in aRealmCollection
, that would be pretty cool. Then it could handleList
andLinkingObjects
, too.The text was updated successfully, but these errors were encountered: