In iOS26 how do I customize the cornerradius of the sheets.

Asked on 2026-01-13

1 search

In iOS 26, you can customize the corner radius of sheets using the new design system. The sheets in iOS 26 have an updated design that adapts their appearance from smaller to larger heights, taking advantage of the new glass appearance. To customize the corner radius, you can use the new corner configuration API, which allows the corners to automatically adapt to their container. This means that as the view moves closer to the container's corner, its corner radius adapts automatically, and when moving further away, the corner radius decreases.

For more detailed information on how to implement this, you can refer to the session Build a UIKit app with the new design (13:31) where presentations and their customization are discussed.