{"id":13769392,"url":"https://github.com/FluidGroup/PrecisionLevelSlider","last_synced_at":"2025-05-11T02:32:20.654Z","repository":{"id":37381778,"uuid":"74893152","full_name":"FluidGroup/PrecisionLevelSlider","owner":"FluidGroup","description":"Like Photos Editing Slider","archived":false,"fork":false,"pushed_at":"2024-05-14T05:19:25.000Z","size":9559,"stargazers_count":155,"open_issues_count":1,"forks_count":21,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-11-09T04:02:58.259Z","etag":null,"topics":[],"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/FluidGroup.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":"2016-11-27T14:34:04.000Z","updated_at":"2024-10-17T01:32:42.000Z","dependencies_parsed_at":"2024-08-03T17:12:15.165Z","dependency_job_id":null,"html_url":"https://github.com/FluidGroup/PrecisionLevelSlider","commit_stats":null,"previous_names":["muukii/precisionlevelslider"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluidGroup","download_url":"https://codeload.github.com/FluidGroup/PrecisionLevelSlider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225004576,"owners_count":17405644,"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":[],"created_at":"2024-08-03T17:00:23.667Z","updated_at":"2025-05-11T02:32:20.632Z","avatar_url":"https://github.com/FluidGroup.png","language":"Swift","funding_links":[],"categories":["Slider"],"sub_categories":[],"readme":"\u003e An alternative consideration is https://github.com/shima11/SteppedSlider.\n\n# PrecisionLevelSlider\n\nA slider that allows the user to select a value with a high level of precision.\nNot grabbing knobs but sliding reels.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"example.gif\" width=375\u003e\n\u003c/p\u003e\n\n## Features\n\n- No bundle built-in UI\n- Make your design for this slider - center indicator and background design.\n- Triggers haptic feedback according to value changes.\n- Specialized for iOS - SwiftUI, UIKit\n\n## Usage\n\n### SwiftUI\n\n```swift\nSwiftUIPrecisionLevelSlider(\n    value: $value,\n    haptics: .init(trigger: { value in\n        // trigger haptics according to the value\n    }),\n    range: .init(range: -45...45, transform: { $0.rounded(.toNearestOrEven) }),\n    centerLevel: { value in\n        // your custom view here\n    },\n    track: { value in\n        // your custom view here\n    }\n)\n.tint(.primary)\n.frame(height: 50)\n```\n\n### UIKit\n\nUse `PrecisionLevelSlider`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFluidGroup%2FPrecisionLevelSlider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFluidGroup%2FPrecisionLevelSlider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFluidGroup%2FPrecisionLevelSlider/lists"}