I want my sections in the UICollectionView to have a header with an image.
UICollectionView
I have followed these steps:
Did you add UICollectionViewDelegateFlowLayout in current interface? This worked for me.
@interface MyViewController ()
Swift:
class MyViewController: UICollectionViewDelegateFlowLayout {