-
Hi,
[XMPPRosterCoreDataStorage mainThreadManagedObjectContext] doesn't list the Roster list, when i login by creating/registering a new user,
whereas it lists all the rosters/buddies when i quit & r…
-
Create a Core Data-managed object database model in Xcode suitable for storing any information you queried from Flickr in the last assignment that you feel you will need to perform the rest of the Req…
-
It's strange, my code is as below:
``` obj-c
//do search
NSPredicate *predicate;
NSString *searchStr = [NSString stringWithFormat:@"*%@*",searchText];
predicate = [NSPredicate predicateWithFormat:@"…
-
I think it would be beneficial to have transient property support in the sectionNameKeyPath, e.g.:
``` Swift
class News : Object {
dynamic var section : String {
get {
if self.didRead == …
-
What is the recommendation for sorting data when using a CollectionDataProvider? Do you have to use a different CollectionDataProvider or cache key for each possible sort order? Or maybe you maintain …
-
This only seems to happen when I'm testing on the actual device, not through the emulator. I go to create a brand new record, and it sends all of the data to the server and also saves to core data ok…
-
Hi and thanks for this amazing project, it has really helped me to implement a CoreData logic that fits my project!
Ive been doing some testing now and faced the following issue: As far as Im conce…
-
I've setted my project and added this fix https://github.com/itsniper/FTASync/issues/6. My app is very similar to FTASyncDemo, even simpler. I have a table view showing core data objects and two butt…
-
| | |
|------------------|-----------------|
|Previous ID | SR-2104 |
|Radar | None |
|Original Reporter | @jessesquires…
-
My app communicates with our server and syncs data back and forth and persists data with Core Data with RestKit's help. Occasionally there is a an invalid address crash when saving changes via RKManag…