CircleLabelView

@IBDesignable
public class CircleLabelView : CircleView

A circle with a label inside.

  • The circle text.

    Declaration

    Swift

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