{"id":2756,"url":"https://github.com/warchimede/RangeSlider","last_synced_at":"2025-08-03T12:31:10.781Z","repository":{"id":20520248,"uuid":"23799136","full_name":"warchimede/RangeSlider","owner":"warchimede","description":"A simple range slider made in Swift","archived":false,"fork":false,"pushed_at":"2023-09-12T16:23:25.000Z","size":103,"stargazers_count":367,"open_issues_count":24,"forks_count":78,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-17T20:02:53.688Z","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/warchimede.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}},"created_at":"2014-09-08T16:43:59.000Z","updated_at":"2024-10-06T22:27:03.000Z","dependencies_parsed_at":"2024-04-24T18:09:47.647Z","dependency_job_id":"f3098ffb-25eb-4751-8386-870394b612fa","html_url":"https://github.com/warchimede/RangeSlider","commit_stats":{"total_commits":43,"total_committers":6,"mean_commits":7.166666666666667,"dds":"0.13953488372093026","last_synced_commit":"a5a59388a7bc52055f659a3e62ea0d8b2eaa43b3"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warchimede%2FRangeSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warchimede%2FRangeSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warchimede%2FRangeSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warchimede%2FRangeSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warchimede","download_url":"https://codeload.github.com/warchimede/RangeSlider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228543086,"owners_count":17934425,"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-01-05T20:16:22.002Z","updated_at":"2024-12-07T00:30:52.412Z","avatar_url":"https://github.com/warchimede.png","language":"Swift","funding_links":[],"categories":["UI","Swift","OOM-Leaks-Crash"],"sub_categories":["Slider","Layout","Other free courses"],"readme":"# RangeSlider\n\n[![License](https://img.shields.io/cocoapods/l/WARangeSlider.svg?style=flat)](http://cocoapods.org/pods/WARangeSlider)\n[![Platform](https://img.shields.io/cocoapods/p/WARangeSlider.svg?style=flat)](http://cocoapods.org/pods/WARangeSlider)\n[![Version](https://img.shields.io/cocoapods/v/WARangeSlider.svg?style=flat)](http://cocoapods.org/pods/WARangeSlider)\n\n## Summary\n\nA simple range slider made in Swift.\n\n## Screenshot\n\n![](https://github.com/warchimede/RangeSlider/blob/master/Screenshot.png?raw=true)\n\n## Use\n\nThis control is **IBDesignable** and uses the **target-action** pattern for change notifications.\n\nIn order to be notified when either thumb value changes, register for **.valueChanged**:\n\n```swift\nlet rangeSlider = RangeSlider(frame: frame)\nview.addSubView(rangeSlider)\nrangeSlider.addTarget(self, action: #selector(viewController.rangeSliderValueChanged(_:)), for: .valueChanged)\n```\n\n## Configuration\n\nThe range slider can be customized and information can be accessed through these properties :\n\n- `minimumValue` : The minimum possible value of the range\n- `maximumValue` : The maximum possible value of the range\n- `lowerValue` : The value corresponding to the left thumb current position\n- `upperValue` : The value corresponding to the right thumb current position\n- `trackTintColor` : The track color\n- `trackHighlightTintColor` : The color of the section of the track located between the two thumbs\n- `thumbTintColor`: The thumb color\n- `thumbBorderColor`: The thumb border color\n- `thumbBorderWidth`: The width of the thumb border\n- `curvaceousness` : From 0.0 for square thumbs to 1.0 for circle thumbs\n\n## Installation\n\nRangeSlider is available through Swift Package Manager and [CocoaPods](http://cocoapods.org).\n\n### Cocoapods\n\nTo install it, simply add the following line to your Podfile :\n\n```ruby\npod \"WARangeSlider\"\n```\n\n## Author\n\n[William Archimede](https://github.com/warchimede)\n\n## License\n\nRangeSlider is available under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarchimede%2FRangeSlider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarchimede%2FRangeSlider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarchimede%2FRangeSlider/lists"}