How to make translucent SwiftUI List in macOS

Issue #615

List {
    ForEach(books) { (book: Book) in
        BookRow(book: book)
    }
}
.listStyle(SidebarListStyle())  
Written by

I’m open source contributor, writer, speaker and product maker.

Start the conversation