FUICollectionViewTableViewCell
open class FUICollectionViewTableViewCell : NibDesignableFUIBaseTableViewCell
UITableViewCell
subclass, containing a full-frame collectionView. The FUICollectionViewTableViewCell
will resize its height to accomodate all the items in collection view.
-
UICollectionView
subclass, which covers the bounds of the cell.Declaration
Swift
@IBOutlet public private(set) var collectionView: UICollectionView!
-
Reuse identifier
Declaration
Swift
open class var reuseIdentifier: String { get }