79724629

Date: 2025-08-04 08:24:13
Score: 1.5
Natty:
Report link

I think the issue you are experiencing is most probably how container shapes adjust through the SwiftUI view hierarchy in IOS 18.

In short I believe it's all about precedence.

You need to set the container shape on a parent view, not the view with the concentric rectangle background. Container shapes flow down the hierarchy for the nearest container shape and ConcentricRectangle looks for the hierarchy for the nearest container shape.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user25056593