Features
Welcome to Part 4 of this book. In this part, you will implement the latest iOS 16 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 Lock screen widgets using WidgetKit, and how to check the weather at a restaurant location using WeatherKit. 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 Mac Catalyst
- Chapter 24, Getting Started with SwiftUI
- Chapter 25, Getting Started with Lock Screen Widgets
- Chapter 26, Getting Started with WeatherKit
- 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 16...