UILabel

public extension UILabel
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var useFontLineHeight: Bool { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var firstLineFillPercent: Int { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var restLinesFillPercent: Int { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var linesCornerRadius: Int { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var skeletonLineSpacing: CGFloat { get set }
  • Defines the skeleton paddings.

    Declaration

    Swift

    var skeletonPaddingInsets: UIEdgeInsets { get set }
  • Defines the logic for calculating the height of the skeleton lines. Default: SkeletonAppearance.default.textLineHeight

    Declaration

    Swift

    var skeletonTextLineHeight: SkeletonTextLineHeight { get set }
  • Defines the logic for calculating the number of lines of the skeleton. Default: inherited

    Declaration

    Swift

    var skeletonTextNumberOfLines: SkeletonTextNumberOfLines { get set }