UITextView
public extension UITextView
-
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.textLineHeightDeclaration
Swift
var skeletonTextLineHeight: SkeletonTextLineHeight { get set } -
Defines the logic for calculating the number of lines of the skeleton. Default:
inheritedDeclaration
Swift
var skeletonTextNumberOfLines: SkeletonTextNumberOfLines { get set }