Sheets
Asked on 08/05/2024
1 search
Sheets in SwiftUI
In the context of WWDC 2024, sheets are mentioned in the session titled "What’s new in SwiftUI." Specifically, the session discusses the unified and simplified presentation sizing for sheets across platforms. You can use the presentationSizing
modifier to create perfectly sized sheets with form or page, or even use custom sizing.
For more details, you can refer to the chapter on "Fresh apps: Presentation sizing" in the session What’s new in SwiftUI (02:22).
Relevant Sessions
If you have any more specific questions or need further details, feel free to ask!

What’s new in SwiftUI
Learn how you can use SwiftUI to build great apps for any Apple platform. Explore a fresh new look and feel for tabs and documents on iPadOS. Improve your window management with new windowing APIs, and gain more control over immersive spaces and volumes in your visionOS apps. We’ll also take you through other exciting refinements that help you make expressive charts, customize and layout text, and so much more.

Demystify SwiftUI containers
Learn about the capabilities of SwiftUI container views and build a mental model for how subviews are managed by their containers. Leverage new APIs to build your own custom containers, create modifiers to customize container content, and give your containers that extra polish that helps your apps stand out.

Swift Charts: Vectorized and function plots
The plot thickens! Learn how to render beautiful charts representing math functions and extensive datasets using function and vectorized plots in your app. Whether you’re looking to display functions common in aerodynamics, magnetism, and higher order field theory, or create large interactive heat maps, Swift Charts has you covered.