An apple controller used to efficiently manage the results returned from a Core Data fetch request to provide data for a `UITableView` object.
0
votes
0answers
9 views
NSFetchedResultsController what attribute has changed
I'm using the re-ordable UICollectionView where cells fetch data from our server when the local model is updated. One of the attributes of the local model is the position index inside the ...
0
votes
0answers
33 views
NSFetchedResultsController not reloading sections after update data
I have UITableView with results from NSFetchedResultsController grouped by date attribute in sections(today, tomorrow and etc). On the background thread I update CoreData entity(change day), and call ...
0
votes
2answers
54 views
Perform search using NSFetchedResultsController
I have a search bar with my table view, but I am not using a UISearchDisplayController to display the results, instead I'm using my table view.
The code I have appears to work, but I wonder if it is ...
0
votes
1answer
34 views
FetchResultsController sorting issue
I have an NSFetchResultsController initialised with an NSSortDescriptor that sorts according to the localizedCaseInsensitiveCompare: method.
Entities are sorted on their last name, however some of ...
0
votes
2answers
48 views
Memory increasing every core data iteration
Having a memory issue while iterating through my core data objects. As it loops through CFData (store) keeps increasing until the application crashes. Shouldn't core data release the memory after ...
0
votes
0answers
43 views
Predicate for many-to-many relationship
I have a ordered many-to-many relationship that looks like this:
User <<---->> Follower
Every follower have the property followerIndex and a relationship the the User object. Like below:
...
0
votes
2answers
56 views
NSFetchedResultsController - track changes only to a subset of the properties
The NSFetchedResultsController monitors the changes to the whole managed object that's keeping track of. Whenever any property get modified in the current context, for instance
– ...
0
votes
1answer
32 views
NSFetchedResultsController custom behavior upon empty results
I have a single section table view which is hooked up to a NSFetchedResultsController. When the results from the core data is empty and under some extra conditions I would like to create a custom row ...
0
votes
1answer
35 views
Reload UITableView data every time context changes?
I have a UITableViewController that's a subclass of CoreDataTableViewController (it's the Stanford class). That implements a fetchedResultsController.
Now, in my viewWillAppear, I have this:
- ...
0
votes
0answers
48 views
NSSortDescriptor error : “ [NSSortDescriptor count]: unrecognized selector sent to instance ”
I am trying to setup NSFetchedResultsController with fetch request and I keep getting the error:
"[NSSortDescriptor count]: unrecognized selector sent to instance"
Below is my code. My model has ...
0
votes
1answer
26 views
iOS PFBatchFaultingArray - causing bad UITableView performance(?)
I use Core Data with a NSFetchResultController in one of my apps. I'm looking for ways to improve performance, and one problem I have is with my UITableViewController. It's a bit jaggery. I've used ...
0
votes
0answers
24 views
Some fetched results controller updates take minutes for the tableview to process, UI freezes/locks up
I've got a table view in my app that uses NSFetchedResultsController to display approximately 4000 items.
Sometimes, when I make changes to the core data database (say changing 100-200 objects), the ...
0
votes
1answer
24 views
NSFetchedResultsController create sections where date is nil
I am using an NSFetchedResultsController and I would like to create two sections in my table based on a date field in my entity. I don't want to section based on the individual dates, but I'd like to ...
0
votes
1answer
32 views
3 Requests per object with AFIncrementalStore using NSFetchedResultsController
I have everything setup with AFIncrementalStore to use Parse as a backend service. Using such a service makes counting API requests important as if I exceed 1MM requests/month (though a successful ...
2
votes
1answer
56 views
NSPredicate: Fetch one of each kind
I want to create an NSFetchRequest for objects like this:
The Object is Car which has an attribute color.
I have four cars:
car1.color = red
car2.color = red
car3.color = blue
car4.color = green
I ...
0
votes
1answer
65 views
NSFetchedResultsController controllerWillChangeContent not called for relationship changes
I have iOS application which uses core data database and im using NSFetchedResultsController for populate a tableview.
Im using entity named "Catalog" to populate tablview and i have thumbnail image ...
0
votes
0answers
70 views
Delete in NSFetchedResultsController does not persist until after restart
Even though I have worked with NSFetchedResultsController dozens of times, I have run into a problem I can't seem to find the cause of.
I have a UIViewController with a NSFetchedResultsController ...
0
votes
0answers
18 views
How to delete row from UITableView using NSFetchedResultsController with NSPredicate?
ViewController displays UITableView using NSFetchedResultsController to access Core Data (SQLite). User can swipe and delete, added items are displayed. All is as expected.
When UISearchBar is used ...
0
votes
1answer
28 views
core data table view duplicating cells when re lunch application
I have a storybord wuth core data project with 1 entity named "Password" and 4 string attributes, the data is connected to a table view with fecthedResultsController and the sections are set by one of ...
0
votes
1answer
48 views
NSFetchedResultController multiple limit and sort
Hi i have a problem my Table in core data similar like This
+-----------------------+
|person |
+-----------------------+
|name |
|address |
...
0
votes
0answers
66 views
NSFetchedResults controller caches older section states
I am using an NSFetchedResultController with 3 sections (states of a user in an IM app: away, offline, online) in order to update the cells of a UITableView. If I shutdown the app and start it up ...
0
votes
1answer
33 views
how to transfer my data base information (core data) to a tableview using fecthedResultsController?
I have been trying for several days to transfer my data base information (core data) to a tableview using fecthedResultsController but nothing seams to work!
my entity name is "password" and ther ...
0
votes
2answers
42 views
NSFetchedResultsController is not showing all results after merging an `NSManagedObjectContextDidSaveNotification`
I have an NSFetchedResultsController which fetches objects with a predicate:
isTrash == NO
Most of the time this works as expected, but when an object gets untrashed the fetched results controller ...
0
votes
1answer
45 views
iOS instance variable gets “NULLED” for unknown reason
I have an instance variable that looks like this:
@property (strong, nonatomic) Post *post;
I set it in a custom init method like this:
- (id)initWithPageType:(int)pageType andPost:(Post *)post
{
...
0
votes
1answer
34 views
NSFetchedResultsController updating with wrong update type
Please see the comments before blindly voting this as a duplicate. It isn't a duplicate question.
First - I'm using MagicalRecord for core data.
Second - My UICollectionView is populated with an ...
0
votes
0answers
98 views
Assertion failure in -[UICollectionView _endItemAnimations]
I'm quite a newbie in objective-c programming. I'm trying to make my first app and I can't solve one issue.
I use UICollectionView with NSFetchedResultController in my app. The app downloads data ...
0
votes
2answers
111 views
NSFetchedResultsController multiple entities for UITableView
I have two entities one called Post and one called User. Post<<---->User is the relationship in core data. I am using a NSFetchedResultsController to fetch all Post records in my core data ...
0
votes
1answer
89 views
Assertion failure in -[UITableView _endCellAnimationsWithContext:] Getting Core Data error while trying to update tableview
The application uploads the photos to the server.
When the user selects some photos for upload, the photos info is saved to core data a tableview is populated showing the list of photos using ...
4
votes
2answers
180 views
Why are my cells appearing blank in my UITableView?
I have a little bit of an odd structure for my UITableView. Basically, I have ArticleCell objects (subclass of UITableViewCell) that make up the table, and each ArticleCell is comprised of a "front" ...
1
vote
0answers
37 views
What am I not understanding about NSFetchedResultsController and deleting objects from the MOC?
I am successfully updating a tableview using a NSFetchedResultsController, and this is what I am doing:
Loading app the app and calling - (NSFetchedResultsController *)fetchedResultsController to ...
0
votes
1answer
48 views
FetchedResults Controller Filtering On Calculated Value
I have a tableview that is managed by an NSFetchedResultsController.
My problem is that i'm trying to filter the data based on a calculated value that requires looking through related values on the ...
0
votes
0answers
40 views
UISearchDisplayController/NSFetchedResultsController with custom sort order
I'm implementing a search feature in my app. I would like the user to look up a word simultaneously in multiple attributes of a given Entity.
Here is an example for an Entity with 3 String ...
1
vote
1answer
75 views
Core data inserting rows and saving issue
I´m having some problems when saving data in core data and also with the rows organization and for better understanding of what my problem is, i´m going to explain what i have:
I have a main ...
0
votes
1answer
30 views
NSFetchedResultsController change tracking
I know that an NSFetchedResultsController tracks changes from a bg context (i.e. merge changes).
Does it also track changes to the main context?
i.e. if I have an NSFetchedResultsController fetching ...
0
votes
1answer
65 views
Core data object in UITableview disappears when updating object
I have this weird problem related to updating my NSManagedObject. When I try to update one of its attributes in disappears in the UITableview where its is presented and only disappears again when I ...
0
votes
1answer
74 views
NSFetchedResultsController and getting the grouping right
I have the following problem. I have a UITableview that is powered by an NSFetchedResultsController.
It should display let's say a projects, folders and files. There is no bigger hierarchy than that. ...
0
votes
1answer
57 views
Using NSFetchedResultsController to return objects with ordered relationships
I have the following Core Data structure:
Event <<-->> Team <<-->> Player
(all relationships are many-to-many and Event>Team & Team>Player are ordered relationships).
...
0
votes
1answer
11 views
Sorting and Displaying data in sectioned table view using NSFetchedResultsController
I am having database in the following manner.
ProductionHouse <----> Movies <----> MovieType
Each ProductionHouse has multiple movies associated with it. I am using NSFetchedResultsController ...
2
votes
1answer
34 views
iOS building a feed of unseen images
My app needs a feed of unseen images. I am planning to do this with a UITableViewController combined with NSFetchedResultsController.
When the user visits this feed, he will be presented with images ...
1
vote
1answer
82 views
UITableView delete rows without scrolling
I am building a feed of unseen images image.seen = 0
I have a NSFetchedResultsController bundled with a UITableViewController.
I am marking image.seen = 1 at ...
0
votes
0answers
128 views
UITableView Won't stop scrolling?
I am building a feed comprised of UITableViewController + NSFetchedResultsController.
Each cell of the table view displays an image. The feed is configured to show images that have not been seen by ...
0
votes
1answer
109 views
A-Z Index from NSFetchedResultsController with individual section headers within each letter?
I have an NSFetchedResultsController which fetches data from a Core Data structure, a list of albums. It's currently sorted by the artist, so all the A's, B's, etc. I want to add an index so the user ...
0
votes
1answer
50 views
Sorting Core Data Objects using NSFetchedResultsController
I have two entities as follows
Item <----->> Categories
Each item may have multiple categories.
For e.g. There are 5 items each have a sort category as release_Date. I want to sort all these 5 ...
0
votes
1answer
22 views
Setting sectioned table header using nsfetchedresults controller
I am using NSFetchedResultsController in my project along with core data. I am able to fetch all the objects from the database. I am displaying them in a sectioned table view. I want to display the ...
0
votes
0answers
21 views
Get NSManagedObjectID with setPropertiesToFetch [duplicate]
Is there a way to get setPropertiesToFetch to return the objects NSManagedObjectID?
So this doesn't work (obviously):
[fetchRequest setPropertiesToFetch:@[@"list_price",@"objectID"]];
I display ...
1
vote
0answers
53 views
Another CoreData fetch optimization
I have a database of "Product" entities, roughly 40k - 500k entries. I have a view that allows the user to scroll through a table of the entities (I know bad design but that's what the customer ...
0
votes
3answers
92 views
Tableview get index out of bounds with empty array
I have a tableview that is filled with a fetchedresultscontroller and a searchbar. Up until now while creating the app i have only been using 7 cells and have worked great but since i started using ...
0
votes
0answers
44 views
UICollectionView and updating/filter NSFetchedresultController
When I create the UICollection, it displays all the data. I want to filter the list based on the data type.
I created a method to create a new NSFetchedResultController and reassign it to ...
0
votes
2answers
59 views
UITableViewRowAnimation is ignored
I'm using NSFetchedResultsController to populate my table. The data in my table is sorted according to the timestamp in the ascending order (latest message at the bottom). More data is loaded via ...
0
votes
1answer
29 views
NSFetchedResultsController with custom cells
I'm using a NSFetchedResultsController and I have no idea how to fix my current problem.
My headers in my table view are cells rather than real headers, because I don't want the headers to stick at ...

