SwiftUI Row Height of List - how to control?
问题 I have a simple List in SwiftUI. Code and Screenshot included below. I would like to reduce the height of each row in the list (so less space between lines and text lines closer together). I already tried to add a ".frame(height: 20)" to the HStack but it only allows the line spacing to be increased! Is there a way to do that? Thanks! Gerard import SwiftUI struct PressureData: Identifiable { let id: Int let timeStamp: String let pressureVal: Int } struct ContentView : View { @State var