FUITitleComponent

public protocol FUITitleComponent : FUIAttributesConsumer

Component protocol for Title properties

  • Title text to display

    Declaration

    Swift

    var title: FUIText { get }
  • titleAttributedText Default implementation

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

    Default Implementation

    Developer formatted NSAttributedString to display as the title

    Declaration

    Swift

    var titleAttributedText: NSAttributedString! { get set }
  • titleStyleClassPath Default implementation

    NUIStyleClassPath for title property

    Default Implementation

    NUIStyleClassPath for title property

    Declaration

    Swift

    var titleStyleClassPath: [FioriStyle] { get set }