FUISubtitleComponent

public protocol FUISubtitleComponent : FUIAttributesConsumer

Component protocol for Subtitle properties

  • Subtitle text to display

    Declaration

    Swift

    var subtitle: FUIText { get }
  • subtitleAttributedText Default implementation

    Developer formatted NSAttributedString to display as the subtitle. Will override subtitle value, and default styling.

    Default Implementation

    Developer formatted NSAttributedString to display as the subtitle

    Declaration

    Swift

    var subtitleAttributedText: NSAttributedString! { get set }
  • subtitleStyleClassPath Default implementation

    NUIStyleClassPath for subtitle property

    Default Implementation

    NUIStyleClassPath for subtitle property

    Declaration

    Swift

    var subtitleStyleClassPath: [FioriStyle] { get set }