FUISubtitleBaseComponent

public protocol FUISubtitleBaseComponent : FUIAttributesConsumer

Component protocol for Subtitle properties

  • subtitleStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for subtitle property

    Declaration

    Swift

    public var subtitleStyleClassPath: [FioriStyle] { get set }
  • subtitleAttributedText Default implementation

    Default Implementation

    Developer formatted NSAttributedString to display as the subtitle

    Declaration

    Swift

    public var subtitleAttributedText: NSAttributedString! { get set }