FUIGridRowImageItem
@MainActor
open class FUIGridRowImageItem : FUIImageView, FUIGridRowItem, FUIGridRowItemBinding
The FUIGridRowImageItem is a subclass of FUIImageView which conforms to FUIGridRowItem protocol for representing a image item in FUIGridTableViewCell.
Theming
Supported style classes
fdlFUIGridRowImageItem
-
Indicating if height of the image is taken into account when calculating row height.
Declaration
Swift
@MainActor public var isAffectingRowHeight: Bool -
Optional mapping to an image-type property in the object view layout
Declaration
Swift
@MainActor public var binding: FUIGridTableViewCell.ObjectViewProperty.Image? -
Returns the
FUIGridRowItemTypeenum value forFUIGridRowImageItem.Declaration
Swift
@MainActor public private(set) var type: FUIGridRowItemType { get set } -
Undocumented
Declaration
Swift
@MainActor override open func didMoveToSuperview()