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.