CSHasAttributedTextProtocol

public protocol CSHasAttributedTextProtocol : AnyObject

Undocumented

  • Undocumented

    Declaration

    Swift

    func attributedText() -> NSAttributedString?
  • Undocumented

    Declaration

    Swift

    func attributed(text: NSAttributedString?)

Available where Self: UIView, Self: CSHasFontProtocol, Self: CSHasTextColorProtocol

  • html(_:) Extension method

    Undocumented

    Declaration

    Swift

    @discardableResult
    func html(_ text: String) -> Self
  • text(html:) Extension method

    Undocumented

    Declaration

    Swift

    @discardableResult
    func text(html text: String) -> Self