Episode #539

Adding Persistence with Boutique

Series: Todo App in SwiftUI

24 minutes
Published on October 10, 2022

This video is only available to subscribers. Get access to this video and 573 others.

Now that we have a working Todo app, it's time to focus on persistence, so that our changes are kept when we launch the app. This will change the structure slightly, as we'll bring in a popular new library called Boutique and its Store to provide this facility. We'll also introduce the concept of a "controller", which is more of a model controller than a controller you might be familiar with in UIKit MVC.