-
Notifications
You must be signed in to change notification settings - Fork 25
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
Correct sync when object deleted #63
Comments
Maybe FRC update table view incorrect. Sorry for my bad English. |
@Metman There should be SMStore.type instead of NSSQLiteStoreType. |
Hello Denis. Thank you :). I edided my code. PS Предположу что вы говорите по-русски. После удаления новая секция создается с пустым объектом :) |
@Metman Can you give me your email to discuss? |
Hello Paul! Thank you for library :)
I have problem with sync.
If I delete record on first device and will open app on second device, my app will crash.
Because Fetched Result Controller get deleted object, but object empty, all property is nil.
My AppDelegate :
I have this code for refresh TableView:
The text was updated successfully, but these errors were encountered: