-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have RLMResults report query changesets when realm is updated / NSFetchedResultsController alternative #687
Comments
I really hope there will be one. |
We definitely plan to support this. We will most likely create a new class to replace RLMArray for query results which will support change notifications. |
Any ETA on this enhancement? This is really the last nail in the coffin for CoreData, so it would be nice to at least know when in the Release Schedule this is planned so I can chose one technology or the other. Thanks for this amazing technology! |
Also waiting with baited breath on this
|
What's up with that? What blocked label means? ) |
@Just- the |
@segiddins thanks, for clarification |
Also would like to know, this would be a good alternative
|
Supporting fine-grain notifications is one of our highest priorities right now, so you'll definitely know as soon as we have something to share. |
Cool, wish there was something I could do to help! :)
|
good news, thank you :) |
I am looking forward to this now too, have to do some unsettling state management for making table views not just completely reload themselves when something changes. Well, not this exact thing, but the idea of it: Granular updates, or information with an update about what actually changed, even if it's just a list of primary keys. |
If interested in a NSFetchedResultsController replacement until Realm implements it internally, check out: https://github.com/Roobiq/RBQFetchedResultsController It was built to be a drop-in replacement, with the only hitch that you have to log your changes through a RBQRealmChangeLogger to broadcast them since Realm isn't reporting changes yet. Feel free to reach out at adam@roobiq.com if you have any questions. |
I'd love to use Realm for a new project but this is unfortunately a deal breaker. Hope you get there soon! 👍 |
+1 |
2 similar comments
+1 |
+1 |
+1 |
I also made a FetchedResultsController in Swift |
+1 |
This would be great for animations similar to
NSFetchedResultsController
.The text was updated successfully, but these errors were encountered: