Hello,
I would like to report a potential Dynamic Type rendering issue observed in Control Center.
After increasing the system text size to 100%, the label “My Card” appears visually constrained and partially clipped instead of scaling proportionally according to Dynamic Type guidelines.
Steps to reproduce:
- Open Settings
- Increase Text Size to 100%
- Open Control Center
- Observe the “My Card” label
Expected behavior: The label should scale proportionally using preferred text styles and remain fully visible without truncation.
Observed behavior: The label appears constrained, suggesting possible fixed height constraints or insufficient layout flexibility.
Technical hypothesis: This may be caused by:
- Fixed height constraints on the text container
- Non-preferred font usage instead of dynamic text styles
- Missing adjustsFontForContentSizeCategory configuration
- Incomplete layout testing across content size categories
Given Apple’s emphasis on accessibility and Dynamic Type compliance, I believe this may be worth reviewing in a future update.
Has anyone else observed similar behavior?