Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Not found an object in coredata after added to a relationship

How to auto generate NSManagedObject subclasses with date attribute as Date instead of NSDate?

How to automatically reflect CoreData+iCloud Changes in SwiftUI view?

Getting NSFetchedResultsController, NSSortDescription and sectionNameForKeyPath to work together

Sort by entity name in NSFetchRequest

How to do perfect KVO for NSManagedObject?

Why "NOT IN" does not work in this NSPredicate?

ios core-data nspredicate

Model and populate Core Data many-to-many relationship with attribute

iOS app - architecture/sample for synchronizing CoreData against Web-Service

Swift: Store arrays of custom classes in Core Data

Swift3: Empty fetch when accessing Core Data from Watch Extension via AppGroups

iOS: Can't compile CoreData model because of Fetched Indexes in Xcode 9

core-data xcode9-beta

XCTestCase for CoreData fails with "could not locate the entity for myappTests.Example"

ios swift core-data xctest

An error occurring during Core Data persistent store migration in iOS 13

ios swift core-data migration

How do I override NSError presentation when bindings is involved?

How do I localise the default value of attribute in a Core Data Entity

Application Will Terminate Notification & Saving Drafts (Core Data)

iphone core-data

Illegal relationship between objects in different contexts: but I only have one context?

How to maintain an ordered table with Core Data (or SQL) with insertions/deletions?

What could cause mergeChangesFromContextDidSaveNotification not to merge/invalidate objects that have been updated?