For the past 2 hours, I have been trying to get a ScrollView of buttons to work, more specifically ScrollView of buttons that uses GeometryReader to determine its size. Additionally, all this is placed within a NavigationView.
There was weird behaviour like the buttons not performing its action, not registering the tap, and when placed in HStack within a VStack for grid-like structure, I could only tap the first row of buttons with the intended effects, the other buttons were all unresponsive. How do I structure all of these views properly?