Files
charleswiltgen__axiom/docs
Charles Wiltgen 2493ce647d feat(axiom-swiftui): follow the screen's corners with ConcentricRectangle, including bottom sheets
The Corner Concentricity section named only sheets, glass containers, widgets
and custom containerShape as containers. Apple's ConcentricRectangle
documentation also counts the device's screen: a view that extends to the
display's rounded corners resolves concentric to the hardware, so a custom
surface should never look up the screen's corner radius itself.

Add that rule, a custom bottom-sheet recipe matching Apple's Notes Format
sheet (fixed top corners, concentric bottom corners, not zero), and what
concentricCornerRadii (OS 27) is for: radii without drawing, for Canvas,
animations and other custom surfaces. The companion reference page gains a
prompt and an index entry.

Verified: the new block compiles against the iOS 27.1 SDK at iOS 26.0 and
27.1 targets with no diagnostics.
2026-09-19 10:40:55 -07:00
..
2026-09-18 15:23:33 -07:00
2026-06-24 09:59:38 -07:00