Dequeue CollectionView Cell

Welcome to the community!

You haven’t registered the cell for the table view

tableView.register(OnBoardingCollectionViewCell.self, “identifierName”)

I think is the code, it’s definitely .register Function for the table view

1 Like