Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

iOS: Check if coredata object still exists?

ios objective-c core-data

Save Image to CoreData while CoreData synchronizes with CloudKit?

NSManagedObjectContext concurrency

ios core-data concurrency

Swift 3 - Core Data Saving with one-to-many relationship

ios swift core-data

How to store a NSManagedObjectID persistently?

NSSortDescriptor get key from core data in Swift 4

ios swift sorting core-data

core data NSManagedObjectContext with NSMergePolicyType - Crash

Is NSInMemoryStoreType Incompatible with NSBatchDeleteRequest?

Handling duplicates with NSPersistentCloudKitContainer

ios swift core-data cloudkit

What's the best practice to store complex data structure in core data on iOS?

iphone ios json core-data

Write native SQL in Core Data

CoreData error with EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

Best way to implement soft delete or archive with Core Data and server sync

CloudKit integration requires that all attributes be optional, or have a default value set. Does not detect default UUID value

How to write a simple generic Core Data function for all Entities

ios swift generics core-data

Core Data fetching with objectID

swift core-data

Core Data NSSortDescriptor with two keys

Asynchronous read in CoreData - Difference in using newBackgroundContext + FetchRequest vs newBackgroundContext + NSAsynchronousFetchRequest?

ios swift core-data