StanfordSpezi / SpeziOnboarding

Spezi Onboarding module to inform a user or retrieve consent for a study participation
https://swiftpackageindex.com/StanfordSpezi/SpeziOnboarding/documentation/
MIT License
11 stars 5 forks source link

Optimize for dynamic type sizes #38

Open Supereg opened 4 months ago

Supereg commented 4 months ago

Problem

SpeziOnboarding is currently optimized to work well with accessibility infrastructure like Voice Over. However, it is not optimized for larger screens or to work well with dynamic type sizes.

Solution

We need to update SpeziOnboarding UI to accommodate for dynamic type sizes. The new ListRow and DynamicHStack views might be helpful here for all List-based layouts.

This is related to #18

Additional context

No response

Code of Conduct