{"id":15293559,"url":"https://github.com/maximbilan/swiftlyscrollslider","last_synced_at":"2025-04-13T14:07:31.188Z","repository":{"id":62456832,"uuid":"60758527","full_name":"maximbilan/SwiftlyScrollSlider","owner":"maximbilan","description":"A custom scroll slider for UIScrollView","archived":false,"fork":false,"pushed_at":"2018-09-22T10:15:29.000Z","size":1221,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T14:07:26.231Z","etag":null,"topics":["custom-scroll-slider","ios","swift","swift-3","swift3","uiscrollview","uitextview","uiview"],"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/maximbilan.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}},"created_at":"2016-06-09T07:58:12.000Z","updated_at":"2023-03-06T14:49:59.000Z","dependencies_parsed_at":"2022-11-02T00:17:23.345Z","dependency_job_id":null,"html_url":"https://github.com/maximbilan/SwiftlyScrollSlider","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftlyScrollSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftlyScrollSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftlyScrollSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftlyScrollSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximbilan","download_url":"https://codeload.github.com/maximbilan/SwiftlyScrollSlider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724637,"owners_count":21151561,"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":["custom-scroll-slider","ios","swift","swift-3","swift3","uiscrollview","uitextview","uiview"],"created_at":"2024-09-30T16:49:58.245Z","updated_at":"2025-04-13T14:07:31.166Z","avatar_url":"https://github.com/maximbilan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftlyScrollSlider\n\n[![Version](https://img.shields.io/cocoapods/v/SwiftlyScrollSlider.svg?style=flat)](http://cocoadocs.org/docsets/SwiftlyScrollSlider)\n[![License](https://img.shields.io/cocoapods/l/SwiftlyScrollSlider.svg?style=flat)](http://cocoadocs.org/docsets/SwiftlyScrollSlider)\n[![Platform](https://img.shields.io/cocoapods/p/SwiftlyScrollSlider.svg?style=flat)](http://cocoadocs.org/docsets/SwiftlyScrollSlider)\n[![CocoaPods](https://img.shields.io/cocoapods/dt/SwiftlyScrollSlider.svg)](https://cocoapods.org/pods/SwiftlyScrollSlider)\n[![CocoaPods](https://img.shields.io/cocoapods/dm/SwiftlyScrollSlider.svg)](https://cocoapods.org/pods/SwiftlyScrollSlider)\n\n\nA custom scroll slider for \u003ci\u003eUIScrollView\u003c/i\u003e.\n\n![alt tag](https://raw.github.com/maximbilan/SwiftlyScrollSlider/master/img/1.png)\n\n## Installation\n\u003cb\u003eCocoaPods\u003c/b\u003e:\n\u003cpre\u003e\npod 'SwiftlyScrollSlider'\n\u003c/pre\u003e\n\u003cb\u003eManual\u003c/b\u003e:\n\u003cpre\u003e\nJust copy the \u003ci\u003eSwiftlyScrollSlider.swift\u003c/i\u003e into your project.\n\u003c/pre\u003e\n\n## Using\n\nUsing is really simple. Please create for the example \u003ci\u003eUITextView\u003c/i\u003e and \u003ci\u003eUIView\u003c/i\u003e for the scroll slider in \u003ci\u003eStoryboard\u003c/i\u003e or \u003ci\u003eXIB\u003c/i\u003e, and set up a class to \u003ci\u003eSwiftlyScrollSlider\u003c/i\u003e for this \u003ci\u003eUIView\u003c/i\u003e.\n\n![alt tag](https://raw.github.com/maximbilan/SwiftlyScrollSlider/master/img/2.png)\n\nAnd the delegate of \u003ci\u003eUITextView\u003c/i\u003e should be \u003ci\u003eSwiftlyScrollSlider\u003c/i\u003e.\n\n![alt tag](https://raw.github.com/maximbilan/SwiftlyScrollSlider/master/img/3.png)\n\nThat's all.\n\nExamples of customization:\n\n\u003cpre\u003e\nscrollSlider.thumbImageView?.image = UIImage(named: \"ScrollSliderCustom.png\")       // Change an image of the scroll slider\nscrollSlider.lineBackgroundView?.backgroundColor = UIColor.yellowColor()            // A color of the line\nscrollSlider.lineBackgroundView?.layer.borderColor = UIColor.yellowColor().CGColor  // A border of the line color \n\u003c/pre\u003e\n\nYou can easily found the example in this repository.\n\n## License\n\nSwiftlyScrollSlider 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%2Fmaximbilan%2Fswiftlyscrollslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximbilan%2Fswiftlyscrollslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fswiftlyscrollslider/lists"}