nlampi / SwiftGridView

Swift based data grid view.
MIT License
58 stars 15 forks source link

weird behavior #61

Closed watemotion closed 3 years ago

watemotion commented 3 years ago

I'm getting weird behavior with the Universal Example when setting

self.dataGridView.stickySectionHeaders = false

While scrolling, the rows (0, 0, 0) and (0, 0, 1) are frized over the collectionView leaving a white space on it.

IMG_82C1373B1591-1

nlampi commented 3 years ago

Fixed with release v0.7.5 Thanks for reporting!