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 44132fc commit a3148d7Copy full SHA for a3148d7
Shared/Samples/Browse WMS layers/BrowseWMSLayersView.swift
@@ -56,7 +56,7 @@ struct BrowseWMSLayersView: View {
56
isListPresented.toggle()
57
}
58
.disabled(layerModels.isEmpty)
59
- .popover(isPresented: $isListPresented) {
+ .sheet(isPresented: $isListPresented) {
60
NavigationStack {
61
WMSLayerListView(models: layerModels, selection: $selection)
62
.navigationBarTitleDisplayMode(.inline)
0 commit comments