The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
I just started learning about UICollectionViews. I'm wondering if anyone knows how to specify the number of columns in a …
ios objective-c xcode uicollectionview uicollectionviewcellUpon cell selection, I want to handle changing the cell appearance. I figured the delegate method collectionView:didSelectItemAtIndexPath: & collectionView:…
ios objective-c uicollectionviewI need to display a bunch of collectionViewCells that have different heights. the views are too complex and I don't …
ios swift uicollectionviewBefore loading the collection view user sets the number of image in the array of collection view. All of the …
ios uicollectionviewI have UICollectionView with horizontal scrolling and there are always 2 cells side-by-side per the entire screen. I need the scrolling …
ios objective-c uicollectionview uicollectionviewlayoutI am currently using UICollectionView for the user interface grid, and it works fine. However, I'd like to be enable …
ios uicollectionviewI have a UICollectionView with a segmented control to switch between data. But how do I change the UICollectionViewCell size …
ios swift uicollectionview uicollectionviewcellI'm using a UICollectionView to scroll through a set of thumbnails quickly. Once scrolling ends, I'd like to display a …
ios objective-c ios6 uicollectionviewOnly my second time using UICollectionView's and perhaps I have bitten off more than I can chew but nevertheless: I …
ios objective-c uicollectionviewI am using an UICollectionView with UICollectionViewFlowLayout. I set the size of each cell through the collectionView:layout:sizeForItemAtIndexPath: When …
ios uicollectionview uicollectionviewcell