Add UIView and UILabel to UICollectionViewCell. Then Segue based on clicked cell index
- by JetSet
I am new to collection views in Objective-C. Can anyone tell me why I can't see my UILabel embedded in the transparent UIView and the best way to resolve. I want to also segue from the cell to several various UIViewControllers based on the selected index cell.
I am using GitHub project https://github.com/mayuur/MJParallaxCollectionView
Overall,…