brightec / CustomCollectionViewLayout

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns
MIT License
519 stars 123 forks source link

Scrolling Collection View causes the cell content to disappear #14

Open seemanair opened 8 years ago

seemanair commented 8 years ago

When i have more than 7 sections or rows in the collection view, if I scroll the collectionview up and down, i see that the cell content in the second,third and fourth section are getting misplaced or going blank. The header row that is fixed does not have any issues.

How do we resolve this.