Q-Mobile / QGrid

🎛 QGrid: The missing SwiftUI collection view.
MIT License
1.64k stars 104 forks source link

QGrid NavigationView scroll layout issue #21

Closed jacobcxdev closed 4 years ago

jacobcxdev commented 4 years ago

When you scroll there is a layout issue at the top of the screen. The GIF below compares expected and actual behaviour.

QGrid Bug

jacobcxdev commented 4 years ago

Commenting these lines fixes it.

karolkulesza commented 4 years ago

Thanks for the feedback.

By default, QGrid specifies non-zero values for its vPadding and hPadding parameters. Specifying no padding (vPadding: 0) in this precise use case addresses this issue.