Handling Tap Gesture in a UICollectionView
问题 since I couldn't use any framework to create an photo album, I'm trying to create my own using Collection View, but I got stuck right at the beginning. My goal is to display all images from my web service into my collection view, since all displayed, the next step is when someone taps on any cell, I can open it in a new view and also navigate between all. here is the basic code that I created: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view.