-
My SwipeView is getting it's data off of an NSFetchedResultsController (FRC). When my view appears on screen, I call reload data on the SwipeView in -viewWillAppear: so that it can update based on the…
-
I got some performance issues when using this. Both my left view controller and center view controller contain uitableview, and both of them read data from NSFetchedResultsController.
The issue is s…
-
Excellent project sir. We have had serious problems with child contexts in our apps, pretty much the same as explained here
http://wbyoung.tumblr.com/post/27851725562/core-data-growing-pains
NLCoreD…
-
Had a question regarding how to make this work with (what turned out to be) multiple inheritance.
It was answered by Eduardo here: http://stackoverflow.com/questions/12870347/quickdialog-and-nsfetche…
-
Hi,
I have subclassed QuickDialogController as follows:
@interface RepositoryListViewController : QuickDialogController
@property (nonatomic,strong) NSManagedObjectContext\* managedObjectContext;
…
-
This seems similar to #1001 but I am on the development branch with the fix for this bug but its still not helping.
I am opening a new issue in case this is an actual issue- that saving an entity usin…
-
When updated to 0.4.5 (via CocoaPods) I get a lot of crashes related to saving a backgroundContext. 0.4.4 and before all worked fine.
-
I am running into an issue when posting one object that has a one to one relationship set.
A User has a relationship to a Profile. This is how the two are created:
``` objective-c
NSManagedObj…
-
The following bit of code seriously misbehaves. Objects don't get added or random errors get thrown. Remove the dispatch_async and it seem to work fine (2 vs 3 nested contexts).
This code should …
-
Hello forgive me if this isn't the correct place for this, but I was hoping someone could provide some suggestions on things that I can do to improve the scrolling performance. I have a grid of photos…