Top "Uicollectionview" questions

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.

UICollectionView Horizontal Paging not centered

I have a horizontal scrolling collectionView with each cell the size of the view. When I page through the collectionView …

ios uiscrollview uicollectionview
Reset scroll on UICollectionView

I have a horizontal UICollectionView which works fine and scrolls. When I tap an item I update my data and …

iphone objective-c ipad ios6 uicollectionview
How do you determine spacing between cells in UICollectionView flowLayout

I have a UICollectionView with a flow layout and each cell is a square. How do I determine the spacing …

iphone objective-c ios ipad uicollectionview
UICollectionView with section headers like a UITableView

I have a quick question has anyone been able to successfully create and implement section headers in a CollectionView similar …

ios objective-c uitableview uicollectionview sectionheader
How to get a selected item in collection view using indexPathsForSelectedItems

I have a collectionView of photos and want to pass the photo who was cliked to a detailViewControler. The collection …

ios swift uicollectionview nsindexpath
UICollectionReusableView method not being called

I want my sections in the UICollectionView to have a header with an image. I have followed these steps: at …

ios uicollectionview
Swift: UICollectionView selecting cell indexPath issues

I am trying to do a Collection View whereby someone selects a cell and for each selection it takes them …

swift uicollectionview uicollectionviewcell didselectrowatindexpath
UICollectionView with a sticky header

I found a blog on how to make sticky headers and it works great. Only thing is I don't think …

ios objective-c uicollectionview uicollectionviewlayout
How do I set collection view's cell size via the auto layout

Hi I'm trying to resize the cell via the auto layout. I want display the cell by the 3 by 3. First …

swift uicollectionview uicollectionviewcell ios-autolayout
How do I create a horizontal scrolling UICollectionView in Swift?

How can I make a horizontal scrolling collectionView that fills up cells going across the rows rather than down the …

ios swift uicollectionview uicollectionviewcell horizontal-scrolling