FUIItemCollectionViewTableViewCell
@MainActor
open class FUIItemCollectionViewTableViewCell : FUIBaseCollectionViewTableViewCell
UITableViewCell containing a UICollectionView.
Takes responsibility for correct layout and sizing for the items, for different screen dimensions.
-
Configuration parameter, to specify whether the flow layout type should be used–if it is supported for the screen dimensions. Setting to
falsewill force horizontal scrolling on all devices.Declaration
Swift
@MainActor public var isAllowingFlowLayout: Bool { get set } -
A boolean value indicating if adjusting inter-item spacing to make cells fit the full width.
Declaration
Swift
@MainActor open var isLayoutJustified: Bool { get set } -
Max number of rows allowed in collection view. Default value is 0, which means there is no limit on number of rows.
Declaration
Swift
@MainActor open var numberOfRows: Int { get set }