SwiftUI sheet
Asked on 08/27/2024
1 search
SwiftUI sheets have been enhanced with new features and capabilities. In the session titled "What’s new in SwiftUI," it is mentioned that presentation sizing for sheets is now unified and simplified across platforms. You can use the presentation sizing modifier to create perfectly sized sheets with form or page, or even use custom sizing. This improvement allows for more consistent and flexible sheet presentations across different Apple platforms.
For more details, you can refer to the session What’s new in SwiftUI (02:22) where the topic of presentation sizing is discussed.

SwiftUI essentials
Join us on a tour of SwiftUI, Apple’s declarative user interface framework. Learn essential concepts for building apps in SwiftUI, like views, state variables, and layout. Discover the breadth of APIs for building fully featured experiences and crafting unique custom components. Whether you’re brand new to SwiftUI or an experienced developer, you’ll learn how to take advantage of what SwiftUI has to offer when building great apps.

Get started with HealthKit in visionOS
Discover how to use HealthKit to create experiences that take full advantage of the spatial canvas. Learn the capabilities of HealthKit on the platform, find out how to bring an existing iPadOS app to visionOS, and explore the special considerations governing HealthKit during a Guest User session. You’ll also learn ways to use SwiftUI, Swift Charts, and Swift concurrency to craft innovative experiences with HealthKit.

Enhance your UI animations and transitions
Explore how to adopt the zoom transition in navigation and presentations to increase the sense of continuity in your app, and learn how to animate UIKit views with SwiftUI animations to make it easier to build animations that feel continuous.