Problem I have a situation where I have to use protocol to be conformed by NSManagedObject which has relationships with […]
Tag: core-data
Coredata delete all data in an entity
Problem I have this code that I am using to delete all records from an entity. The question is can […]
Passing an NSManagedObjectContext
Problem I’ve been experimenting with how to pass my managed object context throughout my application in Core Data and I […]
Core Data Wrapper
Problem I built a wrapper in Swift to practice CoreData. My question is more general, I hope this is acceptable. […]
iOS Core Data Model with Swifty JSON
Problem I have been using SwiftyJSON to create my models of Object in Swift. But recently, I moved to CoreData […]