Code:
func collectionView(\_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -\> UICollectionViewCell {
let cell = myCollectionView.dequeueReusableCell(withReuseIdentifier: "CollectionViewCell", for: indexPath) as! CollectionViewCell
cell.alpha = 0
return cell
}
cell.alpha
not working please help