Post

Replies

Boosts

Views

Activity

Comment on Unable to Dequeue Registered CollectionViewCells
@Claude31 I have found the problem. I have 2 more CollectionViews in GenericHomeCollectionViewCell; one for numbers under the news and another one for the right menu. When I disable those 2 collection views, the application launched without any problems, and my newsCollectionView populated with the data. I guess the cells were trying to dequeue for those collectionViews, not my newsCollectionView. Any idea how can I work around this?
Aug ’21