Develop in Swift Tutorials ep. #8 - Save data

Опубликовано: 14 Май 2026
на канале: App Developer Institute
42
0

Let's talk SwiftData. In this tutorial I work through the example in Develop in Swift Tutorials by Apple. Here we create a simple app for saving friends birthdays and work with SwiftData to persist data when the app is closed and re-opened.

Here is the tutorial I'm following: https://developer.apple.com/tutorials...

Let's learn how to build apps together! Be sure to subscribe to see the next videos in this free course.

#xcode #ios26 #xcode26 #swiftui #swift #mobileappdevelopment #indieappdeveloper

Table of Contents:

00:00 - Introduction
01:05 - Create a type to represent a friend
07:55 - Enter data
17:38 - Convert your struct to SwiftData model
20:14 - Connect SwiftData and SwiftUI
29:01 - Use model data to fill out the UI
35:17 - Wrap up and outro