UICollectionViewComponentCell

open class UICollectionViewComponentCell : UICollectionViewCell, ComponentRenderable

The cell as the container that renders the component.

  • Create a new cell with the frame.

    Declaration

    Swift

    public override init(frame: CGRect)