【发布时间】:2012-10-14 22:52:49
【问题描述】:
我试图在按下 UICollectionViewCell 时调用另一个 UIViewController,但我就是不能。我应该使用以下哪种方法?
-(void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
{
}
-(void) collectionView:(UICollectionView *)collectionView performAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender
{
}
【问题讨论】:
标签: xcode uiviewcontroller ios6 uicollectionview uicollectionviewcell