update SwiftUI-Introspect

This commit is contained in:
Toni Förster
2024-09-11 20:24:03 +02:00
parent 8596ee8811
commit 7e02b08933
4 changed files with 29 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ struct AppSidebarNavigation: View {
var body: some View {
#if os(iOS)
content.introspect(.viewController, on: .iOS(.v15, .v16, .v17)) { viewController in
content.introspect(.viewController, on: .iOS(.v15, .v16, .v17, .v18)) { viewController in
// workaround for an empty supplementary view on launch
// the supplementary view is determined by the default selection inside the
// primary view, but the primary view is not loaded so its selection is not read