Which components does the controlSize modifier actually work on? I've been unable to find a list. I often try it on a component just to find it doesn't work.
It would be useful to have a comprehensive list in the docs.
Which components does the controlSize modifier actually work on? I've been unable to find a list. I often try it on a component just to find it doesn't work.
It would be useful to have a comprehensive list in the docs.
According to this: https://stackoverflow.com/questions/78409547/why-controlsize-property-is-not-working-in-swiftui
On iOS and Mac Catalyst, only buttons are affected
But I tested the example given in the doc, without any visible effect.
You should file a bug report against documentation.