-
I followed the instructions in the readme, but get an exception "Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+entityForName: could not locate an NSManagedObj…
-
こんな感じかなと思ってるけど、viewDidLoadの`[self _fetchTalksForDateString:self.eventDays[0]];`時点で0を渡すのではなく日にちの変更も必要だから一旦issueだけ切る
``` diff
diff --git a/YAPCViewer/Classes/ViewControlleres/YVTalkListViewController.m…
-
Hello there,
I have fetched a lot of forums but still found no answer on the issue I have.
I load data from some URL. Items I receive contain 'deleted' property that I rely on when displaying objec…
-
I have a YapCollectionsDatabaseView on my YapCollectionsDatabase to view the teams in the database. I'm also displaying this data in a UITableView and watching for updates. I noticed the examples in t…
hjon updated
11 years ago
-
When I first have data loaded and displayed and then fetch new data from server and then 0 items have to be displayed the app crashes with that output
Assertion failure in -[UICollectionViewData lay…
-
Potential conceptual confusion when your entity's MMRecordEntityPrimaryAttributeKey value maps to an attribute that has an MMRecordAttributeAlternateNameKey value.
If you assign to an attribute an MM…
-
Great Toolkit and I like to use it!
Unfortunately I have now to fetch the db for filling a table with sections. For that I use the NSFetchedResultsController and I need distinct results. With core da…
-
Ok so here are 2 blocks of code which in my opinion are exactly the same but one works and the other doesn't and it's driving me crazy !
I have an NSFetchedResultsController with a fetch request like…
-
I tried to implement Jabber client for few Jabber accounts, but I have a problem with roster.
I found notes about supporting this functionality by this link https://groups.google.com/forum/?fromgroups…
erts updated
11 years ago
-
The MR_mergeChangesFromiCloud in NSManagedObjectContext+MagicalObserving.m preforms the merging on the main thread. A large update from iCloud locks up UI.