Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.51k stars 1.1k forks source link

Global setter for useFontLineHeight for whole App #452

Closed ankitagarwal007 closed 2 years ago

ankitagarwal007 commented 2 years ago

Describe the feature or problem you’d like to solve

Currently, useFontLineHeight needs to be set on individual UILabel and UItextView and doesn't have a global property to set for the whole app.

Proposed solution

SkeletonAppearance should have a property so that setting once will take for all UILabels and UItextviews in the whole App

How will it benefit SkeletonView and its users?

Additional context

Add any other context like screenshots or mockups are helpful, if applicable.

Juanpe commented 2 years ago

Hi 👋🏼 yep, I think this could be a good point 👌🏼

Thanks