Part 4
Features
Welcome to Part 4 of this book. In this part, you will implement the latest iOS 17 features. First, you will learn how to persist your app data using Apple’s new SwiftData framework. Next, you will learn how to develop SwiftUI apps, a great new way of developing apps for all Apple platforms. After that, you’ll learn how to implement widgets using WidgetKit, and how to update your app to work on Apple’s latest platform, visionOS. Finally, you’ll see how to test your app with internal and external testers and upload it to the App Store.
This part comprises the following chapters:
- Chapter 23, Getting Started with SwiftData
- Chapter 24, Getting Started with SwiftUI
- Chapter 25, Getting Started with Widgets
- Chapter 26, Getting Started with visionOS
- Chapter 27, Testing and Submitting Your App to the App Store
By the end of this part, you’ll be able to implement cool iOS 17 features in your...