{"id":13995092,"url":"https://github.com/noxt/ScrollableDatepicker","last_synced_at":"2025-07-22T21:32:04.922Z","repository":{"id":49800699,"uuid":"69758087","full_name":"noxt/ScrollableDatepicker","owner":"noxt","description":"Yet another datepicker for iOS","archived":false,"fork":false,"pushed_at":"2022-07-26T17:55:27.000Z","size":92,"stargazers_count":349,"open_issues_count":2,"forks_count":38,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-30T02:03:54.199Z","etag":null,"topics":["datepicker","podfile","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/noxt.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-10-01T19:12:53.000Z","updated_at":"2024-03-26T21:28:34.000Z","dependencies_parsed_at":"2022-08-12T20:23:10.849Z","dependency_job_id":null,"html_url":"https://github.com/noxt/ScrollableDatepicker","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxt%2FScrollableDatepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxt%2FScrollableDatepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxt%2FScrollableDatepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxt%2FScrollableDatepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noxt","download_url":"https://codeload.github.com/noxt/ScrollableDatepicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227177772,"owners_count":17743164,"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":["datepicker","podfile","swift"],"created_at":"2024-08-09T14:03:14.815Z","updated_at":"2024-11-29T17:31:00.997Z","avatar_url":"https://github.com/noxt.png","language":"Swift","funding_links":[],"categories":["Swift","OOM-Leaks-Crash"],"sub_categories":["Picker"],"readme":"ScrollableDatepicker\n============\n\n\u003cp align=\"left\"\u003e\n\t\u003ca href=\"https://developer.apple.com/swift\"\u003e\u003cimg src=\"https://img.shields.io/badge/Swift_4.2-compatible-4BC51D.svg?style=flat\" alt=\"Swift 4.2 compatible\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://cocoapods.org/pods/ScrollableDatepicker\"\u003e\u003cimg src=\"https://img.shields.io/badge/pod-2.2.0-blue.svg\" alt=\"CocoaPods compatible\" /\u003e\u003c/a\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/platform-iOS-blue.svg?style=flat\" alt=\"Platform iOS\" /\u003e\n\t\u003ca href=\"https://raw.githubusercontent.com/maxsokolov/tablekit/master/LICENSE\"\u003e\u003cimg src=\"http://img.shields.io/badge/license-MIT-blue.svg?style=flat\" alt=\"License: MIT\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![demo](Screenshots/screen.png)\n\n## Getting Started\n\nAn [example ViewController](https://github.com/noxt/ScrollableDatepicker/blob/master/ScrollableDatepicker/PresentationLayer/ViewController.swift) is included demonstrating ScrollableDatepicker's functionality.\n\n## Installation\n\n### CocoaPods\n\nAdd the following line to your Podfile:\n\n```ruby\npod 'ScrollableDatepicker', '~\u003e 2.2'\n```\n\nThen run the following in the same directory as your Podfile:\n```ruby\npod install\n```\n\n### Manual\n\nClone the repo and drag files from `Sources` folder into your Xcode project.\n\n\n\n\n## Configuration\n\n### Day Style Configuration\n\n\nYou can customize following properties for each state (default, weekend, selected):\n\n- Font \u0026 Color for day, week day and month\n- Background Color for cell\n- Selector Color\n\nDepending on the state of the cell, its style is composed of the default and appropriate styles.\n\n\n### Data Configuration\n\n- Number of dates in one screen\n\n\n### Example\n\n![demo](Screenshots/screen-customization.png)\n\n```swift\nvar configuration = Configuration()\n\n// weekend customization\nconfiguration.weekendDayStyle.dateTextColor = UIColor(red: 242.0/255.0, green: 93.0/255.0, blue: 28.0/255.0, alpha: 1.0)\nconfiguration.weekendDayStyle.dateTextFont = UIFont.boldSystemFont(ofSize: 20)\nconfiguration.weekendDayStyle.weekDayTextColor = UIColor(red: 242.0/255.0, green: 93.0/255.0, blue: 28.0/255.0, alpha: 1.0)\n\n// selected date customization\nconfiguration.selectedDayStyle.backgroundColor = UIColor(white: 0.9, alpha: 1)\nconfiguration.daySizeCalculation = .numberOfVisibleItems(5)\n\ndatepicker.configuration = configuration\n\n```\n\n\n## Requirements\n\n- iOS 9.0\n- Xcode 8.0\n\n\n## License\n\nScrollableDatepicker is available under the MIT license. See LICENSE for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxt%2FScrollableDatepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoxt%2FScrollableDatepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxt%2FScrollableDatepicker/lists"}