lascic / UIOnboarding

Apple-esque animated welcome screen for iOS and iPadOS. Configurable.
MIT License
713 stars 28 forks source link

Enable dynamic font size scaling for title label #4

Closed FelixLisczyk closed 2 years ago

FelixLisczyk commented 2 years ago

WIP for #3

lascic commented 2 years ago

I managed to implement the logic for adjusting the font size if either the welcome text or app name text gets smaller so that the smaller font size gets applied for both title labels in the stack. The line height looks still alright to me, no need to change something there. If everything looks good to you, I'll add those changes to the package project before we merge it to main and close this issue.