Tagged Questions
An apple controller used to efficiently manage the results returned from a Core Data fetch request to provide data for a `UITableView` object.
20
votes
2answers
10k views
NSPredicate: filtering objects by day of NSDate property
I have a Core Data model with an NSDate property. I want to filter the database by day. I assume the solution will involve an NSPredicate, but I'm not sure how to put it all together.
I know how to ...
14
votes
1answer
488 views
Matt Gallagher's UITableView (Revisited) + NSFetchedResultsController
If you look at Matt Gallagher's Cocoa With Love blog, he has a brilliant discussion (with sample code) on a fresh a beautiful retake on UITableView ... In the post, he talks about it's great many ...
9
votes
10answers
7k views
NSFetchedResultsController crashing on performFetch: when using a cache
I make use of NSFetchedResultsController to display a bunch of objects, which are sectioned using dates. On a fresh install, it all works perfectly and the objects are displayed in the table view. ...
8
votes
3answers
117 views
AQGridView backed by a NSFetchedResultsController
I'm trying to implement a AQGridView that uses a fetched results controller as its datasource.
I'm not particular sure how to handle the NSFetchedResultsController delegate methods using the grid ...
8
votes
2answers
2k views
Illegal attempt to establish a relationship 'xyz' between objects in different contexts
I am using Apple's CoreDataBooks sample application as a basis for pulling data into a secondary managed object context in the background, and then merging that data into the primary managed object ...
7
votes
2answers
4k views
Attempting to create USE_BLOCK_IN_FRAME … EXC_BAD_ACCESS with NSFetchedResultsController
This is an update to my problem. I am receiving this warning now when the program aborts.
warning: Attempting to create USE_BLOCK_IN_FRAME variable with block that isn't in the frame.
I can't find ...
7
votes
4answers
7k views
How to use NSFetchedResultsController and UISearchDisplayController
I've been creating an iPhone App using Core Data.
First of all, does it make sense to use an NSFetchedResultsController and a UISearchDisplayController together to fetch the result? Would you ...
7
votes
3answers
5k views
NSFetchedResultsController with search
What is the best practice to filter the NSFetchedResultsController data?
do i need to re-initialize it every time the searchbar's text changes?
I am using a UISearchDisplayControllers and i'm ...
6
votes
4answers
515 views
Getting NSFetchedResultsController, NSSortDescription and sectionNameForKeyPath to work together
I'm currently working on an App that has a couple of Entities and relationships as illustrated below:
Item <<--> Category.
I am currently fetching Item instances and displaying them in ...
6
votes
4answers
2k views
Is there a way to instantiate a NSManagedObject without inserting it?
This is an iPhone dev question about CoreData.
I have a user interface to insert a Transaction. once the user clicks on a plus he gets the screen and i want to instantiate my Core Data ...
6
votes
2answers
2k views
NSFetchedResultsController: changing predicate not working?
I'm writing an app with two tables on one screen. The left table is a list of folders and the right table shows a list of files. When tapped on a row on the left, the right table will display the ...
5
votes
2answers
408 views
NSFetchedResultsController misses updates on merged NSManagedObjectContext
I have two managed object contexts, A and B. These two contexts are kept in sync by merging changes from one to the other whenever they're saved (by monitoring ...
5
votes
3answers
2k views
A NSFetchedResultsController with date as sectionNameKeyPath
I develop an application which uses Core Data. In one UITableView, I want to display a list of my entities, sorted by the saved date of the objects. When I do this:
fetchedResultsController = ...
5
votes
5answers
2k views
NSFetchedResultsController based Table View always fails on SECOND insert of entity
I am using an NSFetchedResultsController to manage displaying fetched managed objects in a table view that has one section. The table starts out empty and the user can add new entities to it using ...
5
votes
2answers
2k views
Design pattern for Core Data iPhone App
Im building an app that will use a Core Data model. I pretty new at Objective C and my usual design patterns does not really apply on Core Data and Objective C, at least I can't seem to find examples ...
5
votes
3answers
2k views
Is NSFetchedResultsControllerDelegate 'ChangeUpdate' behavior broken?
The docs for NSFetchedResultsControllerDelegate provide the following sample code
- (void)controller:(NSFetchedResultsController *)controller
didChangeObject:(id)anObject
...
4
votes
4answers
112 views
Perform fetch without freezing the UI
I'm making a small chat app. In my app I'm using NSFetchedResultsController. There are 2 tableViews, 1 for lobby and 1 for the chat room. The problem is that whenever I enter a chat room I have to ...
4
votes
2answers
245 views
Crash on UITableView endUpdates when moving last row in section
I have an UITableViewController which is backed by an NSFetchedResultsController.
My NSFetchedResultsController put results into two sections based on a boolean.
In a background thread, the ...
4
votes
1answer
141 views
NSFetchedResultsController and Relationship
This time I get a strange behavior with NSFetchedResultsController. I create a fetchRequest like this:
NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] init];
NSEntityDescription *entdesc = ...
4
votes
5answers
367 views
Core Data: Background fetch, NSFetchedResultsController and Sorting time
the problem I am encountering is the following:
I have a UITableView which I feed with data from an NSFetchedResultsController which retrieves around 6000 rows from core data. The fetchBatchSize of ...
4
votes
3answers
293 views
Why Can't I delete the bottom row of my UITableView?
When the user presses Edit, my UITableView adds an insert row at the top (with a green plus), and puts all the other rows into delete mode (red minus). Alternatively, the user can swipe-to-delete ...
4
votes
1answer
911 views
Custom sorting with NSFetchedResultController (subclassing NSSortDescriptor)
I want to provide custom sorting using NSFetchedResultsController and NSSortDescriptor.
As custom sorting via NSSortDescriptor message -(id)initWithKey:ascending:selector: is not possible (see here), ...
4
votes
1answer
510 views
NSFetchedResultsController delegate methods not firing after mergeChangesFromContextDidSaveNotification
Been browsing through the posts similar to this one but none answered my problem.
Like CoreDataBooks, I use a separate MOC for adding and editing items and observe the proper notifications, like so:
...
4
votes
1answer
443 views
NSFetchedResultsController with predicate ignores changes merged from different NSManagedObjectContext
I am presenting table view contents using NSFetchedResultsController which has a predicate:
[NSPredicate predicateWithFormat:@"visible == %@", [NSNumber numberWithBool:YES]]
On background thread ...
4
votes
1answer
396 views
sectionNameKeyPath through multiple relationships
I am working on an app that uses Core Data and an NSFetchedResultsController. The model setup is like this:
/-----------\ /-----------\ /-----------\
|Part | |Kit ...
4
votes
2answers
394 views
Core Data: updating a managed object doesn't call the NSFetchedResultsControllerDelegate
I have an issue with my table view not updating when I programmatically change some existing managed object property. I would expect my NSFetchedResultsControllerDelegate to be called in such case, ...
4
votes
2answers
2k views
NSFetchRequest and predicateWithBlock
I am playing with an app that uses Core Data and NSManagedObjects to populate a UITableView. There is only one class in my application, called Event. I have created the following custom instance ...
4
votes
2answers
797 views
NSFetchedResultsController ERROR: The fetched object at index 248 has an out of order section name
trying the solution here:
http://stackoverflow.com/questions/1741093?tab=newest#tab-top
I'm using a transient property and the category solution and it seems to be working right up until the index ...
4
votes
2answers
2k views
NSFetchedResultsController ERROR:
Afetr inserting a new record into my CoreData store using an NSFetchedResultsController, when I then try to display the data in a grouped UITableView the app crashes with the following error"
...
4
votes
3answers
2k views
Changing the Sorting in an NSFetchedResultsController on the fly
I'm trying to change the sorting in a NSFetchController on the fly, by some sort of segmented control. To either sort A->Z Z->A type thing.
What do I have to do to do this? I'm following Jeff ...
4
votes
1answer
6k views
Core Data backed UITableView with indexing
I am trying to implement a Core Data backed UITableView that supports indexing (eg: the characters that appear down the side, and the section headers that go with them). I have no problems at all ...
3
votes
2answers
82 views
How do I refresh/reload to update changes to my predicate & thus fetch request?
Hi I currently have a table view which is being filled via Core Data.
I am limiting the results using NSPredicate so that only items with the same OrderNumber are displayed in the tableView.
...
3
votes
2answers
103 views
Efficient way to update table section headers using Core Data entities?
Im using a NSFetchedResultsController for my UITableView which displays a bunch of events im storing in core data.
What i am trying to do is group the table by relative date (ie Today, Tomorrow, ...
3
votes
1answer
120 views
Fetching from the NSFetchedResultsController directly
I have a view controller that is used to populate data from the core data modal into UITableView, in the tableViewDidSelectRowAtIndexPath delegate method I initialized another view controller and show ...
3
votes
1answer
455 views
Section names from NSFetchedResultsController don't match the managed object values
I'm using an NSFetchedResultsController to populate a UITableView with results from a moderately sized Core Data store of ~1500 entities. The results controller is fairly standard - some "hot spots" ...
3
votes
1answer
215 views
NSFetchedResultsController change tracking across relationship
I have a model with two entities linked by a to-one relationship. I want to display in a TableView all EntityA objects where entityB.myIntAttribute equals a given value. This works when I create a ...
3
votes
1answer
263 views
NSFetchedResultsController ignores fetchLimit?
I have a NSFetchedResultsController to update a UITableView with content from Core Data. It's pretty standard stuff I'm sure you've all seen many times however I am running into slight problem. ...
3
votes
1answer
122 views
How to handle NSFetchedResultsController fetch errors?
This is from the Apple sample code:
if (![fetchedResultsController_ performFetch:&error]) {
/*
Replace this implementation with code to handle the error appropriately.
...
...
3
votes
2answers
122 views
Reflect changes to objects in a relationship in parent object with NSFetchedResultsController
I have two entities event and time. The event entity has a 1 to many relationship to time entities as each event can be performed multiple times. Now I want to display all the events chronologically ...
3
votes
1answer
329 views
Core Data: sorting by count in a to-many relationship
I am currently trying to setup a NSFetchedResultsController that will order my table view based on the number of entities in a to-many relationship. I am not sure if this makes a difference when ...
3
votes
1answer
166 views
Force NSFetchedResultsController update when association count changes
I have an NSFetchedResultsController which displays a list of items in a table view, including a count of an associated entity. When an object is added for this association (using addXXXObject), no ...
3
votes
2answers
103 views
NSFetchedResultsController and BAD_ACCESS
I have a UITableViewController that is fed by a NSFetchedResultsController.
Everything worked fine, until I added
if (self.fetchedResultsController != nil)
{
return ...
3
votes
1answer
1k views
iPhone: NSFetchedResultsController with delegate and data update from a separate thread
First of all, sorry for the too long question.
I know that there are few questions here that discuss similar issues but none of these talks about NSFetchedResultsController with delegate together ...
3
votes
1answer
406 views
objectAtIndex:0] numberOfObjects] > fetchLimit
I am currently having an issue where my UITableViewController/UITableView which uses an NSFetchedResultsController displays about 86 items when the fetchLimit on the fetchRequest for the FRC is 4. I ...
3
votes
1answer
3k views
Core Data: Keypath “objectID” not found in entity
I'm using NSFetchedResultsController with a predicate to load a list of Documents in my application. I want to load all the Documents except the currently active one.
I am using Rentzsch's ...
3
votes
2answers
2k views
Core Data: UITableView with multiple NSFetchedResultControllers
What I want to do is pretty simple. In my UITableViewController, I want to load data from multiple NSFetchedResultControllers (I have multiple entities in my data model) and put data from each one ...
3
votes
3answers
3k views
Fixing predicated NSFetchedResultsController/NSFetchRequest performance with SQLite backend?
I have a series of NSFetchedResultsControllers powering some table views, and their performance on device was abysmal, on the order of seconds. Since it all runs on main thread, it's blocking my app ...
3
votes
1answer
998 views
NSFetchedResultsController not showing updates from other contexts
I have an NSFetchedResultsController set up to populate a UITableView, based off my 'main' NSManagedObjectContext.
In a timer, I continually add objects into a separate NSManagedObjectContext, but ...
3
votes
1answer
2k views
Core Data NSFetchedResultsController - Total number of records returned
I'm using an NSFetchedResultsController in an iPhone app, and am wondering if there is some easy way of getting the total number of rows returned in all sections.
Instead of getting the ...
2
votes
1answer
58 views
ResultsController to another ResultsController
CoreData and ResultsController make the job really easy. But...
Here is the situation:
I have a functional resultsController in one tableView. When selecting a row, I go to another tableView that ...