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

Fixed: SkeletonView respecting Font's height, rather than the `UIView… #359

Conversation

keshavamurthy1
Copy link
Contributor

…` actual height #353

Summary

Fixed #353
Using Label height from the HeightConstraint if there is any HeightConstraint set instead of the Label Font line height
if no HeightConstraint set, will be using SkeletonAppearance.default.multilineHeight as it was before

Requirements (place an x in each of the [ ])

…` actual height Juanpe#353

Using Label height from the HeightConstraint if there is any instead of the Label Font line height
if no HeightConstraint set, will be using SkeletonAppearance.default.multilineHeight as it was before
@RuiAAPeres
Copy link

Nice. 👏

@Juanpe
Copy link
Owner

Juanpe commented Jan 22, 2021

Hi @keshavamurthy1 thanks for contributing :)

@Juanpe Juanpe merged commit aee5cdf into Juanpe:develop Jan 22, 2021
@Juanpe Juanpe added the 🐞 bug label Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SkeletonView respecting Font's height, rather than the UIView actual height
3 participants