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