Top "Uicollectionreusableview" questions

The UICollectionReusableView class defines the behavior for all cells and supplementary views presented by a collection view.

Add a simple UIView as header of UICollectionView

I have a UICollectionView. I would like to add a header. My header would only be a UILabel. I've : 1) selected "…

ios header uicollectionview uicollectionreusableview
UICollectionView custom line separators

I wanna making 2pt black separators in UICollectionView for our new app. Screenshot from our app is below. We couldn't …

ios objective-c uicollectionview uicollectionviewlayout uicollectionreusableview
add custom header to collection view swift

I am trying to add header to collectionView using custom xib file. I created the xib file with class implementing …

swift uicollectionview uicollectionreusableview
Removing empty space, if the section header is hidden in the UICollectionView

I have two sections in UICollectionView. I want to show a section header in UICollectionView for only 1st section. Not …

ios iphone ios7 uicollectionview uicollectionreusableview
UICollectionView & custom UICollectionReusableView not works

I'm trying to use custom UICollectionReusableView (which has own class and XIB) in my UICollectionView header. But after fetching data …

ios xib uicollectionview uicollectionreusableview
Allow A Header View for Only Certain Sections Using an iOS UICollectionView

The code below displays my header view correctly, but for each of the sections in the UICollectionView: -(UICollectionReusableView *)collectionView:(…

ios objective-c uicollectionview uicollectionreusableview
viewForSupplementaryElementOfKind not being called on custom UICollectionViewLayout

I created a custom UICollectionViewLayout and I've put it in my Collection View Controller in the storyboard. I didn't get …

ios objective-c uicollectionview uicollectionviewlayout uicollectionreusableview
Swift 3 UICollectionView reusable section header will not display

In swift 3 with Xcode 8.2 I can't get a reusableHeaderView to display with UICollectionView. I placed breakpoints at various points in …

swift3 uicollectionreusableview
How to create a 'sticky' footer for a UICollectionView?

What is the best method to provide a footer for a UICollectionView that "sticks" to the bottom of the screen …

ios ios6 uicollectionview uicollectionreusableview