ios - How to add a UIView to the entire UICollectionView -


i have uicollectionview custom layout. shows items in grid (2 columns) , has multiple sections. works perfect.

now, want add uiview @ top of uicollectionview.

note: not view per section. view entire uicollectionview.

what best approach achieve this? keep in mind uicollectionview shows custom uiview each section.

actually, want can uitableview tableheaderview.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -