{"id":18839709,"url":"https://github.com/maximbilan/swiftthicknesspicker","last_synced_at":"2025-07-26T00:34:43.302Z","repository":{"id":31904216,"uuid":"35473249","full_name":"maximbilan/SwiftThicknessPicker","owner":"maximbilan","description":"iOS thickness picker","archived":false,"fork":false,"pushed_at":"2018-09-21T15:40:53.000Z","size":90,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T05:36:17.784Z","etag":null,"topics":["ios","ios-thickness-picker","picker","pickerview","ui","ui-components","ui-design","ui-kit","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":"2015-05-12T07:22:41.000Z","updated_at":"2023-11-06T02:46:10.000Z","dependencies_parsed_at":"2022-08-17T19:30:39.543Z","dependency_job_id":null,"html_url":"https://github.com/maximbilan/SwiftThicknessPicker","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/maximbilan/SwiftThicknessPicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftThicknessPicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftThicknessPicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftThicknessPicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftThicknessPicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximbilan","download_url":"https://codeload.github.com/maximbilan/SwiftThicknessPicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FSwiftThicknessPicker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267093851,"owners_count":24034953,"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-07-25T02:00:09.625Z","response_time":70,"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":["ios","ios-thickness-picker","picker","pickerview","ui","ui-components","ui-design","ui-kit","uiview"],"created_at":"2024-11-08T02:43:51.426Z","updated_at":"2025-07-26T00:34:43.276Z","avatar_url":"https://github.com/maximbilan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Swift Thickness Picker\n\n[![Version](https://img.shields.io/cocoapods/v/SwiftThicknessPicker.svg?style=flat)](http://cocoadocs.org/docsets/SwiftThicknessPicker)\n[![License](https://img.shields.io/cocoapods/l/SwiftThicknessPicker.svg?style=flat)](http://cocoadocs.org/docsets/SwiftThicknessPicker)\n[![Platform](https://img.shields.io/cocoapods/p/SwiftThicknessPicker.svg?style=flat)](http://cocoadocs.org/docsets/SwiftThicknessPicker)\n[![CocoaPods](https://img.shields.io/cocoapods/dt/SwiftThicknessPicker.svg)](https://cocoapods.org/pods/SwiftThicknessPicker)\n[![CocoaPods](https://img.shields.io/cocoapods/dm/SwiftThicknessPicker.svg)](https://cocoapods.org/pods/SwiftThicknessPicker)\n\nA simple iOS thickness picker.\u003cbr\u003e\nSupports two modes: vertical and horizontal. \n\n![alt tag](https://raw.github.com/maximbilan/SwiftThicknessPicker/master/img/img1.png)\n\n## Installation\n\n\u003cb\u003eCocoaPods:\u003c/b\u003e\n\u003cpre\u003e\npod 'SwiftThicknessPicker'\n\u003c/pre\u003e\n\n\u003cb\u003eManual:\u003c/b\u003e\n\u003cpre\u003e\nCopy \u003ci\u003eSwiftThicknessPicker.swift\u003c/i\u003e to your project.\n\u003c/pre\u003e\n\n## Using\n\nYou can create from \u003ci\u003eStoryboard\u003c/i\u003e or \u003ci\u003eXIB\u003c/i\u003e. Or create manually:\n\u003cpre\u003e\nlet picker = SwiftThicknessPicker()\n\u003c/pre\u003e\nFor handling changing of values you should implement protocol \u003ci\u003eSwiftThicknessPickerDelegate\u003c/i\u003e:\n\u003cpre\u003e\npicker.delegate = self\n\nfunc valueChanged(value: Int)\n}\n\u003c/pre\u003e\n\nDirection:\n\u003cpre\u003e\npicker.direction = SwiftThicknessPicker.PickerDirection.Vertical // Vertical, Horizontal\n\u003c/pre\u003e\n\nAlso, you can change current value, the maximum value or minimum value, for example:\n\u003cpre\u003e\npicker.currentValue = 0\npicker.maxValue     = 30\npicker.minValue     = 1\n\u003c/pre\u003e\nAnd other settings:\n\u003cpre\u003e\nlabelFontColor        // A font color of the moving label\nlabelBackgroundColor  // A background color of the moving label\nlabelFont             // A font of the moving label\n\u003c/pre\u003e\n\n## License\n\nSwiftThicknessPicker 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%2Fswiftthicknesspicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximbilan%2Fswiftthicknesspicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fswiftthicknesspicker/lists"}