I'm subclassing UICollectionViewLayout
.
UITableView
sectionHeader stays around when scrolled down.
(You can see this when you scroll down the contacts list, section header(A, B, C..) stays around until next section header takes its place.
I'd like to add a section header to my UICollectionView
but don't know how to do this.