FUICardCollectionViewTableViewCell

open class FUICardCollectionViewTableViewCell : FUIBaseCollectionViewTableViewCell

UITableViewCell containing a UICollectionView, configured for displaying Card collection view items.

Takes responsibility for correct layout and sizing for the card 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
  • Declaration

    Swift

    open override func systemLayoutSizeFitting(_ targetSize: CGSize, withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority, verticalFittingPriority: UILayoutPriority) -> CGSize