FUIObjectView
@IBDesignable
open class FUIObjectView : FUIObjectViewBase, FUIObjectViewComponent, FUIIconsComponent, FUIHorizontalIconsComponent, FUITagsComponent, FUIFootnoteIconsComponent
extension FUIObjectView: FUIObjectComponent
Undocumented
-
List of tag instances.
Declaration
Swift
public var tags: [FUITag] { get set } -
Declaration
Swift
public var numberOfTagLines: Int { get set } -
Label property configuration for
headlinecontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSAttributedString.Declaration
Swift
lazy public private(set) var headlineLabel: FUILabel { get set } -
Label property configuration for
subheadlinecontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSAttributedString.Declaration
Swift
lazy public private(set) var subheadlineLabel: FUILabel { get set } -
Label property configuration for
footnotecontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSAttributedString.Declaration
Swift
lazy public private(set) var footnoteLabel: FUILabel { get set } -
Label property configuration for
descriptioncontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSAttributedString.Declaration
Swift
lazy public private(set) var descriptionLabel: FUILabel { get set } -
Label property configuration for
statuscontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSAttributedString.Declaration
Swift
lazy public private(set) var statusLabel: FUILabel { get set } -
Label property configuration for
substatuscontent.Remark
aUILabelwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSAttributedString.Declaration
Swift
lazy public private(set) var substatusLabel: FUILabel { get set } -
ImageView property configuration for
statusImagecontent.Remark
aUIImageViewwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSTextAttachment, rendered in anNSAttributedString.Declaration
Swift
lazy public private(set) var statusImageView: FUIImageView { get set } -
ImageView property configuration for
substatusImagecontent.Remark
aUIImageViewwill not be rendered in the view hierarchy at runtime; text and configurations will produce anNSTextAttachment, rendered in anNSAttributedString.Declaration
Swift
lazy public private(set) var substatusImageView: FUIImageView { get set } -
FUIGlyphImages(UIImageorString) which are rendered in an icon stack.Declaration
Swift
public var iconImages: [FUIGlyphImage] { get set } -
FUIGlyphImages(UIImageorString) maximum 4 icons which are rendered in an horizontal icon stack instatusView.Declaration
Swift
public var horizontalIcons: [FUIGlyphImage] { get set }