FUIStatusImageComponent
public protocol FUIStatusImageComponent : FUIStatusMultilineComponent
Component protocol for StatusImage properties
-
Status image to display
Declaration
Swift
var statusImage: UIImage? { get set } -
NUIStyleClassPath for
statusImagepropertyDeclaration
Swift
var statusImageStyleClassPath: [FioriStyle] { get set }
-
statusAttributedTextExtension methodDeveloper formatted
NSAttributedStringto display as the statusDeclaration
Swift
public var statusAttributedText: NSAttributedString! { get set }