python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Sample Code for MacOS Core Data with external file management with Undo/Redo
I'm trying to create an NSManagedObject subclass that manages a single file external to the Core Data database targeting back to MacOS 10.14. I don't think I can use the in built feature to store exte...
Silver
Votes: 0
Answers: 1
Adding one read only attribute to Core Data Model in Swift. Which doesn't exist in XCDataModel
Adding attribute to entity which don't exist in XCDataModel was easily accomplised VIA @synthesize and @dynamic in objective c.
Please guide how to achieve this in swift.
@NSManaged public var salesPr...
Aaban Tariq Murtaza
Votes: 0
Answers: 1