NSManagedObject is a generic class that implements all the basic behavior required of a Core Data model object.
Do you know of any way to delete all of the entries stored in Core Data? My schema should stay …
ios cocoa cocoa-touch core-data nsmanagedobjectUpdate for Xcode 8: In Xcode 8, one needs to go to the Core Data Model Editor and Show the File Inspector. …
xcode core-data model swift nsmanagedobjectI updated my iOS app project recently to iOS 10. Now I'm trying to change the Core Data Model of my …
core-data nsmanagedobject ios10 xcode8Suppose I have a list of books stored in Core Data. I want to search for a book by it's …
iphone xcode core-data nspredicate nsmanagedobjectI'm working on developing an app with Core Data. When I created an instance using: let entity = NSEntityDescription.entityForName("User", …
ios core-data swift nsmanagedobjectI am duplicating an existing Objective-C TV Show app to a new Swift version using Xcode 6.1 and am having some …
multithreading core-data swift nsmanagedobjectI have a managed object ("A") that contains various attributes and types of relationships, and its relationships also have their …
cocoa core-data nsmanagedobjectI have a really annoying problem, which I just can't seem to get fixed. I have a view when I …
objective-c ios core-data nsmanagedobject nsmanagedobjectcontextUsing Xcode 4.2 and ARC, I notice that the auto-generated code for an NSManagedObject still reads like this for properties: @property (…
objective-c properties automatic-ref-counting nsmanagedobject retainI'm using core data in my app, and i'm confused when it comes to removing certain rows or entries from …
iphone objective-c xcode core-data nsmanagedobject