Section 4:Features
Welcome to the final part of this book. In this part, you will implement the latest iOS 14 features. You will modify your app to work on both an iPhone and an iPad, as well as make it work on Apple Silicon Macs. Next, you will learn how to develop SwiftUI apps, a great new way of developing apps for all Apple platforms. After that, you'll add a widget to display your app's information on the Home Screen and add an app clip that will present relevant app experiences for your users. 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 22, Getting Started with Apple Silicon Macs
- Chapter 23, Getting Started with SwiftUI
- Chapter 24, Getting Started with Widgets
- Chapter 25, Getting Started with App Clips
- Chapter 26, Testing and Submitting Your App to the App Store
By the end of this part, you'll be able...