UICollectionViewCell が押されたときに別の UIViewController を呼び出そうとしていますが、できません。次の方法のどれを使用する必要がありますか?
-(void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
{
}
-(void) collectionView:(UICollectionView *)collectionView performAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender
{
}