FUITableImageItem

public struct FUITableImageItem : FUITableItem, FUIDataTableImageTheme, FUIDataTableItemConvertion, Equatable

An image item for FUIDataTable

  • Type.

    Declaration

    Swift

    public let type: FUIDataItemType
  • Binding rule.

    Declaration

    Swift

    public let binding: ObjectViewProperty.Image?
  • Image for Item.

    Declaration

    Swift

    public let image: UIImage
  • Tint color for image.

    Declaration

    Swift

    public var tintColor: UIColor?
  • Public initializer for FUITableImageItem

    Declaration

    Swift

    public init(_ image: UIImage, _ tintColor: UIColor? = nil, _ binding: ObjectViewProperty.Image? = nil)

    Parameters

    image

    Image for item.

    tintColor

    tint color

    binding

    Mapping rule.

  • check equality

    Declaration

    Swift

    public static func == (lhs: FUITableImageItem, rhs: FUITableImageItem) -> Bool