FUIAttributedStringDrawing

public protocol FUIAttributedStringDrawing : FUIBackingPropertyValueMap

Standard for controls which should refresh attributed strings

  • Instructs component that text content or style has changed, and should be re-computed on next layout

    Declaration

    Swift

    func setNeedsRefreshAttributedStrings()
  • Executes text content re-computation.

    Declaration

    Swift

    func refreshAttributedStrings()