How to remove “row” separators/dividers from a List in SwiftUI?

前端 未结 7 2410
渐次进展
渐次进展 2020-12-05 04:35

I\'m trying to remove the "row" separators (known as dividers in SwiftUI) from a List in SwiftUI.

I went through the List document

7条回答
  •  日久生厌
    2020-12-05 04:52

    You may use ForEach within a ScrollView instead of List for dynamic views without any styling

提交回复
热议问题