FUITitleComponent
public protocol FUITitleComponent : FUIAttributesConsumer
Component protocol for Title properties
-
Title text to display
Declaration
Swift
var title: FUIText { get }
-
titleAttributedText
Default implementationDeveloper formatted
NSAttributedString
to display as the title. Will overridetitle
value, and default styling.Default Implementation
Developer formatted
NSAttributedString
to display as the titleDeclaration
Swift
var titleAttributedText: NSAttributedString! { get set }
-
titleStyleClassPath
Default implementationNUIStyleClassPath for
title
propertyDefault Implementation
NUIStyleClassPath for
title
propertyDeclaration
Swift
var titleStyleClassPath: [FioriStyle] { get set }