{"id":1065,"url":"https://github.com/Endore8/TimePicker","last_synced_at":"2025-07-30T20:31:08.398Z","repository":{"id":56924262,"uuid":"82188500","full_name":"endore8/TimePicker","owner":"endore8","description":"Better time picker for iOS.","archived":true,"fork":false,"pushed_at":"2022-04-02T07:41:48.000Z","size":56,"stargazers_count":14,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T22:41:43.102Z","etag":null,"topics":["ios","swift"],"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/endore8.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":"2017-02-16T14:20:09.000Z","updated_at":"2023-01-27T19:59:24.000Z","dependencies_parsed_at":"2022-08-20T22:20:16.105Z","dependency_job_id":null,"html_url":"https://github.com/endore8/TimePicker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endore8%2FTimePicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endore8%2FTimePicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endore8%2FTimePicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endore8%2FTimePicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endore8","download_url":"https://codeload.github.com/endore8/TimePicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228179160,"owners_count":17881139,"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":["ios","swift"],"created_at":"2024-01-05T20:15:38.161Z","updated_at":"2024-12-04T19:32:46.837Z","avatar_url":"https://github.com/endore8.png","language":"Swift","readme":"# TimePicker\n\nBetter TimePicker for iOS\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Requirements\n\n- Swift 5.0\n- iOS 10.0+\n- Xcode 10.2+\n\n## Installation\n\nThe easiest way is through [CocoaPods](https://cocoapods.org). Simply add the dependency to your Podfile and then pod install:\n\n```\npod 'TimePicker'\n```\n\nOr [Carthage](https://github.com/Carthage/Carthage). Add the dependency to your Cartfile and then carthage update:\n\n```\ngithub \"Endore8/TimePicker\"\n```\n\n## Usage\n\n### \n\n``` swift\nlet timePicker = TimePicker()\nview.addSubview(timePicker)\n```\n\n### Config\n\n``` swift\ntimePicker.config = TimePickerConfig(\n    text: TimePickerConfig.Text(                                //  Configurations for hh:mm labels\n        color: .black,\n        font: .systemFont(\n            ofSize: 28,\n            weight: .semibold\n        )\n    ),\n    time: TimePickerConfig.Time(                                // Time calculator configs\n        initial: TimePickerConfig.Time.initialTime,             // Initial time interval (0 - 24 * 60 * 60)\n        step: TimePickerConfig.Time.timeStepRange.lowerBound,   // Minimum change step (0 - 30 minutes)\n        format: TimePickerConfig.Time.Format.auto               // Time format\n    )\n)\n```\n\n## ToDo\n\n- [ ] Tests\n- [ ] Swiping bubbles to hint gestures\n- [ ] Code documentation\n\n## License\n\nThe library is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","funding_links":[],"categories":["Date \u0026 Time"],"sub_categories":["Getting Started","Other free courses","Linter"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndore8%2FTimePicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEndore8%2FTimePicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndore8%2FTimePicker/lists"}