{"id":18062143,"url":"https://github.com/messeb/msprogressslider","last_synced_at":"2025-08-24T06:41:48.715Z","repository":{"id":62447169,"uuid":"53190673","full_name":"messeb/MSProgressSlider","owner":"messeb","description":"The MSProgressSlider extends the UISlider with a second value","archived":false,"fork":false,"pushed_at":"2024-03-29T21:57:17.000Z","size":87,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-12T11:51:00.853Z","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/messeb.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,"zenodo":null}},"created_at":"2016-03-05T08:02:16.000Z","updated_at":"2017-02-03T10:48:34.000Z","dependencies_parsed_at":"2025-04-11T15:04:31.752Z","dependency_job_id":"f5efeaae-55ae-4f64-93c4-a23096057266","html_url":"https://github.com/messeb/MSProgressSlider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/messeb/MSProgressSlider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2FMSProgressSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2FMSProgressSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2FMSProgressSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2FMSProgressSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/messeb","download_url":"https://codeload.github.com/messeb/MSProgressSlider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/messeb%2FMSProgressSlider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271809215,"owners_count":24825671,"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-24T02:00:11.135Z","response_time":111,"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":"2024-10-31T05:05:55.873Z","updated_at":"2025-08-24T06:41:48.656Z","avatar_url":"https://github.com/messeb.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MSProgressSlider\n\n[![CI Status](http://img.shields.io/travis/messeb/MSProgressSlider.svg?style=flat)](https://travis-ci.org/messeb/MSProgressSlider)\n[![Version](https://img.shields.io/cocoapods/v/MSProgressSlider.svg?style=flat)](http://cocoapods.org/pods/MSProgressSlider)\n[![License](https://img.shields.io/cocoapods/l/MSProgressSlider.svg?style=flat)](http://cocoapods.org/pods/MSProgressSlider)\n[![Platform](https://img.shields.io/cocoapods/p/MSProgressSlider.svg?style=flat)](http://cocoapods.org/pods/MSProgressSlider)\n\nThe `MSProgressSlider` extends the `UISlider` with a second value, `progressValue`. This value is displayed as a line behind the value line.\nIt can be used to show a loading progress.\n\n![Animated Progress](https://raw.githubusercontent.com/messeb/MSProgressSlider/master/documentation/msprogressslider_progress_animated.gif)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\nYou can configure the progress over `progressValue`, like the `value`\n\n```\nlet progressSlider = MSProgressSlider()\nprogressSlider.minimumValue = 0.0\nprogressSlider.maximumValue = 1.0\nprogressSlider.progressValue = 0.5\nprogressSlider.value = 0.25\n```\n\n### UI\n\nThe colors can be configured with `UIAppearance` protocol properties\n* completeColor\n* progressColor\n* valueColor\n\nand over the Interface Builder via IBInspectable\n\n![Interface Builder](https://raw.githubusercontent.com/messeb/MSProgressSlider/master/documentation/msprogressslider_ibinspectable.jpg)\n\n## Installation\n\nMSProgressSlider is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"MSProgressSlider\"\n```\n\n## Author\n\nmesseb\n\n## License\n\nMSProgressSlider is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesseb%2Fmsprogressslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesseb%2Fmsprogressslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesseb%2Fmsprogressslider/lists"}