CapsuleLabelView
@IBDesignable
public class CapsuleLabelView : CapsuleView
A capsule with a label inside.
-
The label text.
Declaration
Swift
@IBInspectable public var text: String? { get set } -
The label text color.
Declaration
Swift
@IBInspectable public var textColor: UIColor? { get set } -
The label font size.
Declaration
Swift
@IBInspectable public var fontSize: CGFloat { get set } -
Undocumented
Declaration
Swift
public override func layoutSubviews()
View on GitHub
Install in Dash
CapsuleLabelView Class Reference