With Xcode 26.0 Beta 4 the container concentric API is finally available, which is great!
What I was wondering is how to use this API for button shapes. At the moment it seems that there is no ButtonBorderShape
available that would behave like ConcentricRectangle
.
Is this intentional or is it expected that with upcoming beta versions we can also use the concentric style as button border shapes? Or is there maybe another way of getting the buttons shape to behave like a concentric shape?
A use case I currently see is having the button as part of a container, using the .bordered button style and then aligning the corners of the button use the concentric style.
Any information about this is highly appreciated. Thank you very much!