SkeletonTextNumberOfLines

public enum SkeletonTextNumberOfLines : Equatable, ExpressibleByIntegerLiteral

Undocumented

  • Returns numberOfLines value.

    Declaration

    Swift

    case inherited
  • Returns the specific number of lines specified as the associated value.

    Declaration

    Swift

    case custom(Int)
  • Declaration

    Swift

    init(integerLiteral value: Int)