FUIBaseCollectionViewTableViewCell
open class FUIBaseCollectionViewTableViewCell : UITableViewCell
Re-implementation of FUICollectionViewTableViewCell, which does not implement NibDesignable protocol.
Important
Autosizes to fit content, usingcollectionViewLayout.collectionViewContentSize.height property.
-
UICollectionViewinstance, which covers thecontentViewof the cell.Declaration
Swift
public private(set) var collectionView: UICollectionView! { get } -
Reuse identifier
Declaration
Swift
open class var reuseIdentifier: String { get }