Skip to content

Showing how the app from Apple's SwiftUI tutorial can be enhanced by adding Realm

License

Notifications You must be signed in to change notification settings

realm/Scrumdinger

Repository files navigation

Scrumdinger – How to migrate Apple's SwiftUI tutorial app to Realm

The purpose of this repo is to show how the Scrumdinger app fom Apple's SwiftUI tutorial can be extended to use Realm to store the application data.

The main branch is the app as it appears in Apple's tutorial.

The realm branch contains a modified version of the Scrumdinger app that persists the application data in Realm.

The new-schema branch contains a modified version of the Scrumdinger app that persists the application data in Realm.

You can view the diff between the main and realm branches to see the (very few) changes that were needed to make the app run on Realm.

Adapting Apple's Scrumdinger SwiftUI Tutorial App to Use Realm explains all of the steps to migrate the app to Realm.

About

Showing how the app from Apple's SwiftUI tutorial can be enhanced by adding Realm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages