FUIGridRowImageItem

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

    public var isAffectingRowHeight: Bool
  • Optional mapping to an image-type property in the object view layout

    Declaration

    Swift

    public var binding: FUIGridTableViewCell.ObjectViewProperty.Image?
  • Returns the FUIGridRowItemType enum value for FUIGridRowImageItem.

    Declaration

    Swift

    public private(set) var type: FUIGridRowItemType { get set }
  • Undocumented

    Declaration

    Swift

    override open func didMoveToSuperview()