open bottomsheet from given point ios26 swift

Asked on 2025-08-01

1 search

To open a bottom sheet from a given point in iOS 26 using Swift, you can take advantage of the new design features introduced in iOS 26. In the session Build a SwiftUI app with the new design, it is mentioned that partial height sheets are inset by default with a liquid gloss background. When transitioning to a full height sheet, the glass background gradually transitions, becoming opaque and anchoring to the edge of the screen.

For more detailed guidance on implementing this in SwiftUI, you might want to explore the session Build a SwiftUI app with the new design which covers toolbars and presentations, including sheets.

If you are working with UIKit, the session Build a UIKit app with the new design discusses how sheets can adopt the updated Zoom transition and how to set the preferred transition on the presented view controller to zoom.

These sessions provide insights into the new presentation styles and transitions available in iOS 26, which can be used to create a more dynamic and visually appealing user experience.