1. Let’s set up the Todo app project with Core Data and SwiftUI

1. Let’s set up the Todo app project with Core Data and SwiftUI

In this SwifUI tutorial, you’ll write a Core Data application with SwiftUI in Xcode. The new project will be a TODO app. You’ll see how easy it is to get started using the Core Data starter code template provided by Xcode. 

In this section, we’re going to build this app differently as we used to do before. The Todo app tutorial consists of two parts. In the first part of the tutorial, we’re going to develop the whole app focusing on Core Data and nothing else.

In the second part of the tutorial, we’re going to enhance the user interface and the user experience. During designing UI and UX, we’re going to learn some exciting concepts and develop some totally new features as well.

Todo App

Buy nowLearn more

Introduction

  • What you will learn and develop?

Resources

  • SwiftUI-App-Workbook-Todo.pdf
  • SWIFTUI-APP-TODO.zip

Lectures

  • Preview Video
  • 1. Let’s set up the Todo app project with Core Data and SwiftUI
  • 2. Learn how Core Data and SwiftUI frameworks work together
  • 3. How to fetch data from Core Data and display it in a List view with SwiftUI
  • 4. How to show an image and a quote when there is no todo item in the List
  • 5. Let’s improve the Todo form appearance with SwiftUI
  • 6. Let’s create an advanced Settings and learn how to open external website link
  • 7. Let's develop a feature: How to create iOS Alternate App Icons with SwiftUI
  • 8. Let's develop a feature: How to create App Themes with SwiftUI