This Xcode project written in Swift is a simple example for a bug in iOS Accessibility Support (Ressources, SDK) for dynamic content sizes.
An introduction to accessibility by Sommer Panage at UIKonf 2017: Accessibility: iOS for All.
When adding accessibility support to an app I discovered a couple of problems when using dynamic content sizes with UIButton.
|
|
|
Screenshot when launched at large, the default size.
|
After changing to accessibilityExtraExtraExtraLarge.
|
After scaling down to accessibilityExtraExtraLarge.
|
- "Label with large title text style doesn't resize the font size when Dynamic Type setting changes", rdar://43682426, rdar://45338369


