{"id":16570118,"url":"https://github.com/xnth97/symbolpicker","last_synced_at":"2025-07-29T22:16:23.789Z","repository":{"id":40312181,"uuid":"459758814","full_name":"xnth97/SymbolPicker","owner":"xnth97","description":"A simple and cross-platform SFSymbol picker for SwiftUI","archived":false,"fork":false,"pushed_at":"2024-09-18T06:31:07.000Z","size":5055,"stargazers_count":161,"open_issues_count":3,"forks_count":26,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-12T21:16:53.334Z","etag":null,"topics":["ios","macos","sfsymbols","swift","swiftui","tvos","uicomponent","uikit","watchos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xnth97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-15T21:40:01.000Z","updated_at":"2024-09-24T18:22:14.000Z","dependencies_parsed_at":"2024-10-25T18:29:25.015Z","dependency_job_id":"dd30c8a7-a8fd-4d32-9d3e-9cf1131b7113","html_url":"https://github.com/xnth97/SymbolPicker","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnth97%2FSymbolPicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnth97%2FSymbolPicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnth97%2FSymbolPicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnth97%2FSymbolPicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xnth97","download_url":"https://codeload.github.com/xnth97/SymbolPicker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244885698,"owners_count":20526296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","macos","sfsymbols","swift","swiftui","tvos","uicomponent","uikit","watchos"],"created_at":"2024-10-11T21:17:22.880Z","updated_at":"2025-03-22T00:05:41.369Z","avatar_url":"https://github.com/xnth97.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SymbolPicker\n\nA simple and cross-platform SFSymbol picker for SwiftUI\n\n![](https://img.shields.io/badge/license-MIT-green)\n![](https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20watchOS%20%7C%20tvOS%20%7C%20visionOS-blue)\n![](https://img.shields.io/github/v/release/xnth97/SymbolPicker?color=red)\n\n## Features\n\nSymbolPicker provides a simple and cross-platform interface for picking a SFSymbol. SymbolPicker is implemented with SwiftUI and supports iOS, macOS, watchOS, tvOS and visionOS platforms.\n\n![](/Screenshots/demo.png)\n\n![](/Screenshots/xros.png)\n\n## Usage\n\n### Requirements\n\n* iOS 16.0+ / macOS 13.0+ / watchOS 9.0+ / tvOS 16.0+ / visionOS 1.0+\n* Xcode 16.0+\n* Swift 6.0+\n\n### Installation\n\nSymbolPicker is available as a Swift Package. Add this repo to your project through Xcode GUI or `Package.swift`.\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/xnth97/SymbolPicker.git\", .upToNextMajor(from: \"1.6.0\"))\n]\n```\n\n### Example\n\nIt is suggested to use SymbolPicker within a `sheet`.\n\n```swift\nimport SwiftUI\nimport SymbolPicker\n\nstruct ContentView: View {\n    @State private var iconPickerPresented = false\n    @State private var icon = \"pencil\"\n\n    var body: some View {\n        Button {\n            iconPickerPresented = true\n        } label: {\n            HStack {\n                Image(systemName: icon)\n                Text(icon)\n            }\n        }\n        .sheet(isPresented: $iconPickerPresented) {\n            SymbolPicker(symbol: $icon)\n        }\n    }\n}\n```\n\n## TODO\n\n- [ ] Categories support\n- [x] Multiplatform support\n- [x] Platform availability support\n- [ ] Codegen from latest SF Symbols\n- [x] Nullable symbol\n\n## License\n\nSymbolPicker is available under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnth97%2Fsymbolpicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxnth97%2Fsymbolpicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnth97%2Fsymbolpicker/lists"}