Welcome to section four of this book. In this part, you will implement the latest iOS 13 features. You will make your app support Dark Mode, which gives your app a fresh and exciting UI. Next, you will modify your app, to work on both an iPhone and an iPad, and make it work on the Mac as well, using Mac Catalyst. After that, you will learn how to develop SwiftUI views, a great new way of specifying what the UI should look like. You'll modify your app to use Sign in with Apple, to further personalize the app to a user. 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 23, Getting Started with Dark Mode
- Chapter 24, Getting Started with Mac Catalyst
- Chapter 25, Getting Started with SwiftUI
- Chapter 26, Getting Started with Sign In with Apple...