We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f161d commit 25daa2dCopy full SHA for 25daa2d
Example/SDWebImageSwiftUIDemo/ContentView.swift
@@ -51,6 +51,8 @@ struct ContentView: View {
51
#if os(macOS)
52
return NavigationView {
53
contentView()
54
+ .frame(minWidth: 200)
55
+ .listStyle(SidebarListStyle())
56
.contextMenu {
57
Button(action: { self.reloadCache() }) {
58
Text("Reload")
0 commit comments