Tap on UICollectionViewCell does not transition
问题 I do not use the storyboard. I write it with code only. I would like to know how to tap collectionviewcell to make a transition. Overlap of view of project is as follows. /*Color of each view VC (green) baseTableV (red) UItableViewCell ↓ HogeUIView (gray) tableV (blue) UItableViewCell ↓ orangeView(orange) baseColle (purple) Page0Cell (yellow) ↓ tableV (gray) UItableViewCell //I want to tap this cell to make a transition. But I can not. */ I will ask about that can not be transitioned by