-
The `NSFetchedResultsControllerDelegate` method `didChangeObject`informs about changes to the data source, like _inserts_, _deletes_, _updates_ and _moves_ that occurred in a CoreData object store.
A…
-
I am trying to use Seam3 with an `NSFetchedResultsController` which uses the main `viewContext` (`persistentContainer.viewContext`). Unfortunately, any changes made by Seam3 from a sync aren't notifyi…
-
I'm having some troubles getting the the gridView to work with a FRC, primarily with the FRC delegates for inserting/updating/deleting elements.
These delegate functions provide an indexPath for the …
-
I just need to update AKPickerView in response to NSFetchedResultsController delegate. However it doesnt work properly when I remove items from core data.
Could you implement such methods like:
…
-
This code compiles, and should work:
```
override func viewDidLoad() {
super.viewDidLoad()
MagicalRecord.saveWithBlockAndWait {
(context: NSManagedObjectContext!) -> Void in
l…
-
I have about 14k records in my database. I setup NSFRC with fetchBatchSize = 40
```
- (NSFetchedResultsController *)fetchedResultsController
{
if (!_fetchedResultsController) {
NSMutableA…
-
https://developer.apple.com/documentation/coredata/nsfetchedresultscontroller#//apple_ref/doc/uid/TP40008227-CH1-SW26
-
Can I use NSFetchedResultsController with this library?
I think it can be useful, specially when I add an element to my data model from another part of the program.
I ask this question because I'm not…
-
Hi, your solution works OK. Especially in the _filteredResults to cache the search results
But I think there are 2 problem here
1. _filteredResults will be full very quickly as user search for a long…
-
add a resource or something instead of just "implement `NSFetchedResultsController`"
WHEN THAT HAPPENS: teach them to set up an `NSFetchedResultsController` in the tableVC, NOT in the datastore. Sett…