{"id":24063945,"url":"https://github.com/afrazcodes/swift-horizontalpickerview","last_synced_at":"2025-09-05T11:15:04.968Z","repository":{"id":44580892,"uuid":"455942468","full_name":"AfrazCodes/Swift-HorizontalPickerView","owner":"AfrazCodes","description":"UIKit horizontal picker view component","archived":false,"fork":false,"pushed_at":"2022-02-07T07:28:06.000Z","size":58,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T21:37:55.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AfrazCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-05T17:49:25.000Z","updated_at":"2024-01-31T06:29:19.000Z","dependencies_parsed_at":"2022-09-08T06:02:06.934Z","dependency_job_id":null,"html_url":"https://github.com/AfrazCodes/Swift-HorizontalPickerView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AfrazCodes/Swift-HorizontalPickerView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfrazCodes%2FSwift-HorizontalPickerView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfrazCodes%2FSwift-HorizontalPickerView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfrazCodes%2FSwift-HorizontalPickerView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfrazCodes%2FSwift-HorizontalPickerView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AfrazCodes","download_url":"https://codeload.github.com/AfrazCodes/Swift-HorizontalPickerView/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfrazCodes%2FSwift-HorizontalPickerView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273747902,"owners_count":25160682,"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-09-05T02:00:09.113Z","response_time":402,"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":"2025-01-09T10:05:25.895Z","updated_at":"2025-09-05T11:15:04.950Z","avatar_url":"https://github.com/AfrazCodes.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Horizontal Picker View\n\nCustomizable horizontal picker view component written in Swift for UIKit/iOS.\n\n- Flexible dataSource and delegates\n- Minimal and functional\n- Performant and testable\n- Extensible and configurable\n\nUsage\n```swift\n// Creation\nlet picker = HorizontalPickerView()\npicker.datasource = self\npicker.delegate = self\n\n// Provide data\n\n/// Number of rows to render\n/// - Returns: Row count\nfunc numberOfRows() -\u003e Int\n\n/// Number of items to render in each row\n/// - Returns: Item count\nfunc numberOfItems(in picker: HorizontalPickerView, for row: Int) -\u003e Int\n\n/// Attributed title to render in a given item at `IndexPath`\n/// - Returns: Attributed String\nfunc horizontalPickerView(\n    _ picker: HorizontalPickerView,\n    attributedTitleAt indexPath: IndexPath\n) -\u003e NSAttributedString?\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafrazcodes%2Fswift-horizontalpickerview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafrazcodes%2Fswift-horizontalpickerview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafrazcodes%2Fswift-horizontalpickerview/lists"}