FUIBodyComponent
public protocol FUIBodyComponent : FUIAttributesConsumer
Component protocol for body properties
-
body text to display
Declaration
Swift
var body: FUIText { get }
-
bodyAttributedText
Default implementationDeveloper formatted
NSAttributedString
to display as the body. Will overridebody
value, and default styling.Default Implementation
Developer formatted
NSAttributedString
to display as the bodyDeclaration
Swift
var bodyAttributedText: NSAttributedString! { get set }
-
bodyStyleClassPath
Default implementationNUIStyleClassPath for
body
propertyDefault Implementation
NUIStyleClassPath for
body
propertyDeclaration
Swift
var bodyStyleClassPath: [FioriStyle] { get set }