
1) How can I achieve as shown in the UICollectionView picture?
2) I tried the method -(CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath and passed different sizes, but it does not contain spaces between cells. Can I remove these spaces? I want a different height and width for each cell
Current Output:
.
ios objective-c uicollectionview uicollectionviewcell uicollectionviewlayout
Akshit Zaveri May 20 '14 at 12:47 a.m. 2014-05-20 12:47
source share