{"id":27167062,"url":"https://github.com/theappwizard/customnavigationmenu","last_synced_at":"2025-08-29T17:07:25.329Z","repository":{"id":140193047,"uuid":"301292256","full_name":"TheAppWizard/CustomNavigationMenu","owner":"TheAppWizard","description":"This project can be used for implementation of Custom Navigation Menu with help of SwiftUI","archived":false,"fork":false,"pushed_at":"2020-10-05T04:56:28.000Z","size":497,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T04:51:15.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheAppWizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-10-05T04:24:45.000Z","updated_at":"2024-11-28T22:39:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ef4608b-0500-4e7a-a4ad-d6d82502c4a5","html_url":"https://github.com/TheAppWizard/CustomNavigationMenu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheAppWizard/CustomNavigationMenu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAppWizard%2FCustomNavigationMenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAppWizard%2FCustomNavigationMenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAppWizard%2FCustomNavigationMenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAppWizard%2FCustomNavigationMenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAppWizard","download_url":"https://codeload.github.com/TheAppWizard/CustomNavigationMenu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAppWizard%2FCustomNavigationMenu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272729890,"owners_count":24983587,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-04-09T04:50:24.688Z","updated_at":"2025-08-29T17:07:25.309Z","avatar_url":"https://github.com/TheAppWizard.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CustomNavigationMenu\nThis project can be used for implementation of Custom Navigation Menu with help of SwiftUI\n\n## Concepts Used\n\n### ScrollView\nIt is used for `scrolling` up / down song list\n\n\n```\n ScrollView(.vertical, showsIndicators: false) {\n                VStack(spacing: 15){\n                .\n                .\n                .\n                .\n                .\n                .\n                }\n              }\n              \n```\n\n\n\n\n### Slider\nIt is used for showing song `seek bar`\n\n\n```\nHStack {\n       Text(\"1.04\")\n       Slider(value: $sliderValue, in: 0...20, step: 1)\n       .accentColor(Color.red)\n       Text(\"3.45\")\n       }.foregroundColor(Color.red)\n       \n```\n\n### Creating Views / Screens\nIt is used for `creating views`\n\nExample of Views / Screens\n\n```\nstruct Queue : View {\n    var body: some View{\n        VStack{\n            Text(\"Hello\")\n        }\n    }\n}\n```\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheappwizard%2Fcustomnavigationmenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheappwizard%2Fcustomnavigationmenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheappwizard%2Fcustomnavigationmenu/lists"}