Part 4: Features
Welcome to Part 4 of this book. In this part, you will implement the latest iOS 15 features. First, you will modify your app to work on both an iPhone and an iPad, and make it work on 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 learn how to implement asynchronous and parallel programming using Swift Concurrency, and how to implement shared experiences using SharePlay. Finally, you'll see how to test your app with internal and external testers, and upload it into the App Store.
This part comprises the following chapters:
- Chapter 22, Getting Started with Mac Catalyst
- Chapter 23, Getting Started with SwiftUI
- Chapter 24, Getting Started with Swift Concurrency
- Chapter 25, Getting Started with SharePlay
- Chapter 26, Testing and Submitting Your App to the App Store
By the end of this part, you'll be able to implement cool iOS 15 features...