SwiftUI list shrinks in VStack and turns background gray

后端 未结 0 1981
情深已故
情深已故 2021-02-09 23:45

If I make a list like this

List {
    ForEach(0 ..< 4) { count in
        Text("\\(count)")
    }
}

It produces this result where th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题