FUICardCollectionViewTableViewCell
@MainActor
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
falsewill force horizontal scrolling on all devices.Declaration
Swift
@MainActor public var isAllowingFlowLayout: Bool -
Declaration
Swift
@MainActor open override func systemLayoutSizeFitting(_ targetSize: CGSize, withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority, verticalFittingPriority: UILayoutPriority) -> CGSize