{"id":21965437,"url":"https://github.com/hitendradeveloper/hscenterslider","last_synced_at":"2025-07-19T01:04:40.438Z","repository":{"id":56913871,"uuid":"129860035","full_name":"hitendradeveloper/HSCenterSlider","owner":"hitendradeveloper","description":"Instagram Filters Slider. Easy to use double side center slider, that can show value in (A,B) Range.","archived":false,"fork":false,"pushed_at":"2021-05-06T12:27:20.000Z","size":1531,"stargazers_count":34,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-27T17:03:01.970Z","etag":null,"topics":["center-slider","double-ended-slider","hitendra","hitendra-solanki","hitendra-solanki-ios","horizontal","ios","mapping","mobile","mobile-development","mobileapp","programming","range","range-map","slider","solanki","swift4","swift5","uislider","verticle"],"latest_commit_sha":null,"homepage":"https://medium.com/@hitendrahckr","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/hitendradeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"hitendrasolanki","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"custom":null}},"created_at":"2018-04-17T06:55:13.000Z","updated_at":"2023-08-28T00:01:15.000Z","dependencies_parsed_at":"2022-08-20T20:50:30.850Z","dependency_job_id":null,"html_url":"https://github.com/hitendradeveloper/HSCenterSlider","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/hitendradeveloper/HSCenterSlider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitendradeveloper%2FHSCenterSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitendradeveloper%2FHSCenterSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitendradeveloper%2FHSCenterSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitendradeveloper%2FHSCenterSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hitendradeveloper","download_url":"https://codeload.github.com/hitendradeveloper/HSCenterSlider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitendradeveloper%2FHSCenterSlider/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866282,"owners_count":23840938,"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":["center-slider","double-ended-slider","hitendra","hitendra-solanki","hitendra-solanki-ios","horizontal","ios","mapping","mobile","mobile-development","mobileapp","programming","range","range-map","slider","solanki","swift4","swift5","uislider","verticle"],"created_at":"2024-11-29T12:40:29.301Z","updated_at":"2025-07-19T01:04:40.402Z","avatar_url":"https://github.com/hitendradeveloper.png","language":"Swift","funding_links":["https://patreon.com/hitendrasolanki"],"categories":[],"sub_categories":[],"readme":"# HSCenterSlider\n\n[![License](https://img.shields.io/cocoapods/l/HSCenterSlider.svg?style=flat)](http://cocoapods.org/pods/HSCenterSlider)\n[![Platform](https://img.shields.io/cocoapods/p/HSCenterSlider.svg?style=flat)](http://cocoapods.org/pods/HSCenterSlider)\n\n## Demo\n![HSCenterSlider](https://github.com/hitendradeveloper/HSCenterSlider/blob/master/HSCenterSlider%20-%20Verticle%20Demo%202.gif)\n\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n| Swift  | XCode | Tag/Pod version |\n| --- | ------------- | ------ |\n| 5.x  | \u003e= 10.x | 2.1.1 |\n| 4.x  | \u003e= 9.x  | 2.0.1 |\n| 3.x  | \u003e= 8.x  | 2.0.1 |\n\n## Installation\n\nHSCenterSlider is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'HSCenterSlider'\n```\n\n## How to use?\n1. Drag the UIView and drop in to the storybaord or XIB\n2. Give class HSHorizontalCenterSlider or HSVerticleCenterSlider to the view. That's it.\n3. Your center slider is ready to use in just two steps\n   \n## More Usage\n- Change slider range between any two values, Default range is (-100,100)\n```Swift\n  slider.rangeValue = HSRange(low: -200, high: 100)\n```\n\n- Get value changes call back during user interaction using delegate method declared in the protocol HSCenterSliderDelegate\n```Swift\n  func centerSlider(slider: HSCenterSlider, didChange value: Double)\n```\n\n- Change the tint color of prograss view like a native UISlider\n```Swift\n  slider.tintColor = UIColor.black\n```\n\n\n\n\n##### Possible Error:\n`[!] Unable to find a specification for 'HSCenterSlider'` \n##### Solution:\n\n```ruby\npod setup\n```\n\n\n## Author\n#### Hitendra Solanki, [hitendra.developer@gmail.com](mailto://hitendra.developer@gmail.com)\n\n#### Find my repositories on [Github](https://github.com/hitendradeveloper)\n#### Read my blogs on [Medium](https://medium.com/@hitendrahckr)\n#### Connect me via [LinkedIn](http://in.linkedin.com/in/hitendradeveloper)\n#### Follow me on [Twitter](https://twitter.com/hitendrahckr)\n\n\n\n## License\n\nHSCenterSlider 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%2Fhitendradeveloper%2Fhscenterslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhitendradeveloper%2Fhscenterslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitendradeveloper%2Fhscenterslider/lists"}