FUIBaseCollectionViewTableViewCell

open class FUIBaseCollectionViewTableViewCell : UITableViewCell

Re-implementation of FUICollectionViewTableViewCell, which does not implement NibDesignable protocol.

Important

Autosizes to fit content, using collectionViewLayout.collectionViewContentSize.height property.
  • UICollectionView instance, which covers the contentView of the cell.

    Declaration

    Swift

    public private(set) var collectionView: UICollectionView! { get }
  • Reuse identifier

    Declaration

    Swift

    open class var reuseIdentifier: String { get }