FUITimelineCollectionViewHorizontalFlowLayout

open class FUITimelineCollectionViewHorizontalFlowLayout : FUIStandardAutoSizingColumnFlowLayout

The FUITimelineCollectionViewHorizontalFlowLayout is a subclass of FUIStandardAutoSizingColumnFlowLayout which resizes collection view cell items, to lay them out according to a specified number of columns. All items on the same row are resized to have identical cell height using the height of the tallest cell in that row.

  • Declaration

    Swift

    open override func prepare()