ViewableContainerTableViewCell
public final class ViewableContainerTableViewCell: UITableViewCell
ViewableContainerTableViewCell with nested UICollectionView. Uses ViewableCardCollectionViewCell
-
The layout based on
UICollectionViewFlowLayoutDeclaration
Swift
@objc public var layout : UICollectionViewFlowLayout? -
Setting the
RootViewableSectionViewModelwill render the collectionView with array ofViewableDeclaration
Swift
public var viewModel:RootViewableSectionViewModel?
View on GitHub
ViewableContainerTableViewCell Class Reference