custom symbols picker

This commit is contained in:
neon443
2025-06-14 10:59:48 +01:00
parent 6e5b7adbc4
commit 13ef94ea3e
5 changed files with 118 additions and 4 deletions

View File

@@ -43,6 +43,14 @@ struct ContentView: View {
Image(systemName: "gear")
Text("Settings")
}
NavigationLink {
SymbolsPicker(
selection: .constant("")
)
} label: {
Image(systemName: "gear")
Text("Settings")
}
}
} detail: {
Text("Welcome to Near Future")