nlampi / SwiftGridView

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

Cannot have different heights for separate rows? #24

Closed lmljonathan closed 7 years ago

lmljonathan commented 7 years ago

When giving different heights for heightOfRowAtIndexPaths, some grid rows overlap and mess up. Can there only be one constant height for all rows throughout the grid?

nlampi commented 7 years ago

Something seems off with the positioning of rows here, will investigate.

nlampi commented 7 years ago

Sorry for the delay, but please test using the latest 0.5.1 which fixes this issue of row positioning.

lmljonathan commented 7 years ago

Works great now!