Skip to content
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

delegate doesn't seem to respond #63

Closed
jasper-ch-chan opened this issue Jan 28, 2016 · 3 comments
Closed

delegate doesn't seem to respond #63

jasper-ch-chan opened this issue Jan 28, 2016 · 3 comments

Comments

@jasper-ch-chan
Copy link

I'm currently struggling to integrate FBQFetchedResultsController into my project. The FRC fetches, but it doesn't dynamically update itself to show the new information because the delegates aren't being called. I did set the FRC's delegate to my view controller. I'm not sure what else I could be missing... Has anyone else run into this problem?

@bigfish24
Copy link
Contributor

@jasper-ch-chan are you using RBQRealmNotificationManager and RBQRealmChangeLogger when making changes to the Realm?

There are various convenience methods to make this easy, but RBQFetchedResultsController can't calculate the changes without this since Realm doesn't yet support fine-grained notifications.

@jasper-ch-chan
Copy link
Author

@bigfish24 It is as you said. It appears the problem is because I need to use the functions addObjectWithNotification, and other corresponding functions to register the changes.

@bigfish24
Copy link
Contributor

@jasper-ch-chan cool, glad things are working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants