SkeletonTextLineHeight

public enum SkeletonTextLineHeight : Equatable

Undocumented

  • Calculates the line height based on the font line height.

    Declaration

    Swift

    case relativeToFont
  • Calculates the line height based on the height constraints.

    If no constraints exist, the height will be set to the multilineHeight value defined in the SkeletonAppearance.

    Declaration

    Swift

    case relativeToConstraints
  • Returns the specific height specified as the associated value.

    Declaration

    Swift

    case fixed(CGFloat)