RectangleLabelView

@IBDesignable
public class RectangleLabelView : RectangleView

A rectangle with a label inside.

  • The rectangle text.

    Declaration

    Swift

    @IBInspectable
    public var text: String? { get set }
  • The rectangle 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()