Skip to content

Commit 21387df

Browse files
committed
wip
1 parent 9041022 commit 21387df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Examples/Showcase/Showcase/ContentView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ struct NavigationShowcase: View {
199199
}
200200
}
201201

202+
#if !os(macOS)
202203
struct PresentationShowcase: View {
203204
@State var isSheetPresented = false
204205
@State var isFullScreenPresented = false
@@ -236,6 +237,7 @@ struct PresentationShowcase: View {
236237
}
237238
}
238239
}
240+
#endif
239241

240242
struct GenericViewShowcase: View {
241243
var body: some View {

0 commit comments

Comments
 (0)