Skip to content

Latest commit

 

History

History

README.md

This directory contains code from Point-Free Episode: [CloudKit Sync:

Assets](https://www.pointfree.co/episodes/ep342-cloudkit-sync-assets)

We introduce a new feature to our reminders app: cover images for each reminders list. This pushes us to create a brand new database table to synchronize, and allows us to demonstrate how SQLiteData seamlessly handles binary blobs by converting them to CloudKit assets under the hood.