Xcode – Opening another viewcontroller when clicking on cell of collectionview
I am new to swift, I followed this video to do a Collection view and it is working perfectly. But on clicking from one cell to another on clicking is not working. https://www.youtube.com/watch?v=TQOhsyWUhwg func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)…