it's only showing my array position 0
Do you mean it shows only one cell or the same cell 0 content in all cells ?
Have you defined numberOfCells ?
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) - Int {
return arraySeasonsEpisodes.count
}
Topic:
Programming Languages
SubTopic:
Swift
Tags: