I have a UICollectionView with a custom layout. It shows items in grid (2 columns) and it has multiple sections. It works perfect.
Now, I want to add a UIView at the top of the UICollectionView.
NOTE: This is not a view per section. This is a View for the entire UICollectionView.
What is the best approach to achieve this? Keep in mind that my UICollectionView already shows a custom UIView for each section.
Actually, what I want is something like we can do with uitableview tableHeaderView.