Filters

Hide filters
Platform
Content Type
Difficulty

iOS & Swift · 13 Results

Contained in: Data Persistence with SwiftData core data iOS & Swift
iOS & Swift

Lesson in Data Persistence with SwiftData

SwiftData, Migrations & Working with Core Data

This lesson covers converting an existing Core Data SwiftUI app to SwiftData…
iOS & Swift

Lesson in Data Persistence with SwiftData

SwiftData, Migrations & Working with Core Data

Working with SwiftData Migrations and Core Data Once a SwiftData app goes into production, there may be updates over time and it may get more features that require revisions to the schema. Since some changes might require considerable refactoring, and to ensure data consistency between updates, SwiftData provides migration features…
iOS & Swift

Lesson in Data Persistence with SwiftData

SwiftData, Migrations & Working with Core Data

…make it possible for people’s data to be safe as you change the schema. Additionally, you’ll learn how to migrate from a Core Data app to a SwiftData app. In this lesson you’ll learn: Migrating an existing CoreData app with SwiftData. Importance of migrations. Different kind…
iOS & Swift

Lesson in Data Persistence with SwiftData

SwiftData, Migrations & Working with Core Data

…devices. Migrate your schema as you make changes and release new app versions. Finally, using the knowledge gained in the course, you converted a Core Data app to use SwiftData…
iOS & Swift
Data Persistence with SwiftData
…build robust data management solutions with SwiftData integrated with SwiftUI, and how to use it with CloudKit. Understand how interoperability works between SwiftData and Core Data, and learn some advanced data persistence techniques…
iOS & Swift

Lesson in Data Persistence with SwiftData

Getting Started With Swift Data

In the first demo, you’ll take a simple app and add SwiftData to it. You’ll learn how display the data in a List…
iOS & Swift

Lesson in Data Persistence with SwiftData

SwiftData & SwiftUI Integration

Learn to sort the data in the UI as well as filter with the new predicate macro, and use @Relationships to manage data by creating…
iOS & Swift

Lesson in Data Persistence with SwiftData

Getting Started With Swift Data

In this lesson, you’ll learn about SwiftData’s Model, ModelContainer, ModelContext, creating data, and displaying the data in a basic app view.
iOS & Swift

Lesson in Data Persistence with SwiftData

Extending SwiftData Apps & CloudKit Support

This lesson looks at syncing data between devices with CloudKit. You’ll explore Apple’s CloudKit Console for debugging and reviewing the data. You’ll…
iOS & Swift

Lesson in Data Persistence with SwiftData

Getting Started With Swift Data

An introduction to application data persistence using SwiftData. Covering concepts, setting up a basic data model, and persisting in an app.
iOS & Swift

Lesson in Data Persistence with SwiftData

SwiftData, Migrations & Working with Core Data

That ends the demo on Swift Data Migrations. In the next video, you’ll learn how to convert an existing Swift Data app using Core Data to one that uses SwiftData for data persistence…
iOS & Swift

Lesson in Data Persistence with SwiftData

Getting Started With Swift Data

…future lessons, you’ll learn about more SwiftData techniques, synchronizing data across systems, migrations as your models grow and requirements change, and updating Core Data apps. These are some of the powerful uses of SwiftData. When you’re ready, head over to the next lesson…
iOS & Swift

Lesson in Data Persistence with SwiftData

SwiftData & SwiftUI Integration

Select the default.store, right click an choose Open With > Other. In the Applications folder that opens, choose DB Browser for SQLite or your Core Data tool of choice. In DB Browser for SQLite, choose the Browse Data tab. From the Table selector choose ZBREEDMODEL. You should see the breeds…