ViewableContainerTableViewCell
public final class ViewableContainerTableViewCell: UITableViewCell
ViewableContainerTableViewCell with nested UICollectionView. Uses ViewableCardCollectionViewCell
-
The layout based on
UICollectionViewFlowLayout
Declaration
Swift
@objc public var layout : UICollectionViewFlowLayout?
-
Setting the
RootViewableSectionViewModel
will render the collectionView with array ofViewable
Declaration
Swift
public var viewModel:RootViewableSectionViewModel?