阅读背景:

如何在iphone的uicollectionview中处理单选

来源:互联网 
- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
{
if (shareEnabled)
{
    // Determine the selected items by using the indexPath
    NSString *selectedRecipe = [self.getName objectAtIndex:indexPath.row];
    // Add the selected item into the array
    [getImage addObject:selectedRecipe];
}
}
- (void)collectionView:(UICollectionView *)coll



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: