Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Swift 3 Core Data - Entity(context:) vs Entity(entity: Location.entity(), insertInto: context)

Modern Core Data Performance with UUID

ios iphone swift core-data uuid

Is it possible to implement.onDelete and .onMove functionality to Core Data-backed .listStyle(GroupedListStyle()) in SwiftUI?

core-data swiftui

How to delete Core Data SwiftUI?

Coredata in ios keyboard extension

How to create NSPredicate with array contains element

This NSPersistentStoreCoordinator has no persistent stores (device locked). It cannot perform a save operation. specialized static method

swift iphone core-data

CoreData and Swift's Actor and Sendable

Relationship to self in Core Data

ios objective-c core-data

Xcode 13: `Value of type 'NSPersistentCloudKitContainerOptions' has no member 'databaseScope'`

xcode core-data xcode13

Observe didSet on NSManagedObject variable

ios swift core-data

Using CloudKit + CoreData, how to update UI from remote cloud update without SwiftUI's @FetchRequest?

swift core-data cloudkit

CoreData generated class - Is there memory leak risk of not using weak in inverse relationship?

ios swift core-data

Store NSMeasurement or NSUnit in Core Data

ios core-data ios10