Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Set upper limit for dynamic type size on DatePicker #129

Merged

Conversation

abhinaypratap
Copy link
Contributor

What it Does

Notes

  • Available font sizes:
enum DynamicTypeSize {
    case xSmall
    case small
    case medium
    case large
    case xLarge
    case xxLarge
    case xxxLarge
    case accessibility1
    case accessibility2
    case accessibility3
    case accessibility4
    case accessibility5
    // ...
}
  • Minimum deployment of this project is set to iOS 17.0. The lowest resolution device compatible for iOS 17.0 would be iPhone SE (2nd generation). For that resolution, largest size that fits without breaking is DynamicTypeSize.accessibility2.

Copy link
Owner

@mikaelacaron mikaelacaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work!!

@mikaelacaron mikaelacaron merged commit 7d8daea into mikaelacaron:dev Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IMPROVE - Fix Label with Large Dynamic Type on AddMaintenanceView
2 participants