FUISubtitleComponent
public protocol FUISubtitleComponent : FUIAttributesConsumer
Component protocol for Subtitle properties
-
Subtitle text to display
Declaration
Swift
var subtitle: FUIText { get }
-
subtitleAttributedText
Default implementationDeveloper formatted
NSAttributedString
to display as the subtitle. Will overridesubtitle
value, and default styling.Default Implementation
Developer formatted
NSAttributedString
to display as the subtitleDeclaration
Swift
var subtitleAttributedText: NSAttributedString! { get set }
-
subtitleStyleClassPath
Default implementationNUIStyleClassPath for
subtitle
propertyDefault Implementation
NUIStyleClassPath for
subtitle
propertyDeclaration
Swift
var subtitleStyleClassPath: [FioriStyle] { get set }