Cloud Cloud

Iva Horn

Notes from a software engineer for iPhone, iPad and Mac apps.

Memoji

CoreData Posts

The following posts have been tagged with "CoreData".

Result Builders To Mock File System

February 27, 2024

I need to maintain a virtual file system in a CoreData database. Setting up test scenarios is tiresome, so I made use of result builders and its nice.

Convenient NSPredicate Initializers

February 22, 2024

There is a better way than to repeat the same or similar NSPredicate all the time and it is very nice to read.

Why I Chose CoreData Instead of SwiftData

February 5, 2024

SwiftData is very neat. Concise, simple and fast. I quickly hit show stoppers, though.