FUIItemCollectionViewTableViewCell

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 false will force horizontal scrolling on all devices.

    Declaration

    Swift

    public var isAllowingFlowLayout: Bool { get set }
  • A boolean value indicating if adjusting inter-item spacing to make cells fit the full width.

    Declaration

    Swift

    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

    open var numberOfRows: Int { get set }