How to change background color in List in SwiftUI for macOS
Issue #595
SwiftUI uses ListCoreScrollView
and ListCoreClipView
under the hood. For now the workaround, is to avoid using List
1 | List { |
use
1 | VStack { |
Updated at 2020-08-14 07:26:27
Issue #595
SwiftUI uses ListCoreScrollView
and ListCoreClipView
under the hood. For now the workaround, is to avoid using List
1 | List { |
use
1 | VStack { |
Updated at 2020-08-14 07:26:27