Core Data
How to save enum to Core Data
With a bit of help of computed property, we can save enumerations into Core Data quite easily!
Swift & iOS5 posts
Core Data
With a bit of help of computed property, we can save enumerations into Core Data quite easily!
Swift & iOSCore Data
This post is intended for newcomers to the development on Apple platforms. Since Core Data will undoubtedly feel daunting for a lot of new developers, I decided to try to explain it in simpler terms.
Swift & iOSCore Data
The new Diffable Data Source is totally different way to setup Table Views and Collection Views. This example will get you started.
Swift & iOSCore Data
This is useful if you want to split your app into modules but still keep and manage only single database inside the main target.
Swift & iOSCore Data
This post details how I set up Core Data in my projects and also explains what and why. It includes working with background context.
Swift & iOS