SkeletonTextNumberOfLines
public enum SkeletonTextNumberOfLines : Equatable, ExpressibleByIntegerLiteral
Undocumented
-
Returns
numberOfLinesvalue.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)