pietropizzi / GridStack

A flexible grid layout view for SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Height is not compact but full

opened this issue · comments

The library is based on ScrollView, which by default is full-screen height. Is there a better way to make its height as compact as possible without manually assigning frame height?

image

I definitely know that GeometryReader is taking all the available space. ScrollView I am not sure, but I believe you. I am not sure how to work around that.