Question: I am implementing custom headers for UICollectionView I need a header on the Top for Horizontal CollectionView. Answer: In short, creating a custom UICollectionViewLayout is one way to get the results you want. This is quite a complex topic ...