I have a UICollectionView and Im trying to set a label and an image in the collectionViewCell. Unfortunately I cant seem
UICollectionView
label
image
collectionViewCell
You are missing the:
[cell.contentView addSubview:issue];