{"id":18271587,"url":"https://github.com/hsjunnesson/HSAnimatedCalendar","last_synced_at":"2025-04-05T02:30:34.857Z","repository":{"id":66748002,"uuid":"887356","full_name":"hsjunnesson/HSAnimatedCalendar","owner":"hsjunnesson","description":"An animated calendar UIViewController for iPhone","archived":false,"fork":false,"pushed_at":"2010-09-18T10:25:24.000Z","size":1523,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T20:07:31.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.touchalicious.com","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hsjunnesson.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-09-04T07:49:58.000Z","updated_at":"2015-10-20T04:59:03.000Z","dependencies_parsed_at":"2023-02-20T10:30:35.499Z","dependency_job_id":null,"html_url":"https://github.com/hsjunnesson/HSAnimatedCalendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsjunnesson%2FHSAnimatedCalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsjunnesson%2FHSAnimatedCalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsjunnesson%2FHSAnimatedCalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsjunnesson%2FHSAnimatedCalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsjunnesson","download_url":"https://codeload.github.com/hsjunnesson/HSAnimatedCalendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279210,"owners_count":20912848,"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":[],"created_at":"2024-11-05T11:39:23.611Z","updated_at":"2025-04-05T02:30:34.148Z","avatar_url":"https://github.com/hsjunnesson.png","language":"Objective-C","readme":"# HSAnimatedCalendar version 1.0\n\nA `UIViewController` which display an animated calendar display\n\nCreated by Hans Sjunnesson (hans.sjunnesson@gmail.com). Copyright 2010\nHans Sjunnesson. All rights reserved.\n\n## What's this?\n\nThe HSAnimatedCalendarViewController is an iPhone `UIViewController`\nwhich uses timers to update the `UIImageViews` the controller\nreferences. These `UIViews` represent the component parts of a date\nand time, or the number of years, days, hours, and seconds left to a\ntarget date.\n\n## How do I set this up?\n\nThe HSAnimatedCalendarViewController will load its configuration from\na plist-file with the same name as its nib-file. So for instance, a\nHSAnimatedCalendarViewController loaded from the file `CountDown.xib`\nwill expect to load the file `CountDown.plist` as its configuration.\n\nA proper configuration file looks something like this:\n\n    \u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n    \u003c!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n    \u003cplist version=\"1.0\"\u003e\n    \u003cdict\u003e\n        \u003ckey\u003eCountdown\u003c/key\u003e\n        \u003ctrue/\u003e\n        \u003ckey\u003eCountdownDate\u003c/key\u003e\n        \u003cdate\u003e2010-12-24T00:00:00Z\u003c/date\u003e\n        \u003ckey\u003etransitionType\u003c/key\u003e\n        \u003cstring\u003efade\u003c/string\u003e\n        \u003ckey\u003etransitionSubType\u003c/key\u003e\n        \u003cstring\u003eright\u003c/string\u003e\n        \u003ckey\u003etransitionDuration\u003c/key\u003e\n        \u003creal\u003e0.25\u003c/real\u003e\n    \u003c/dict\u003e\n    \u003c/plist\u003e\n\nIf the key `Countdown` is set to true, the controller will display the\nnumber of years, months, days, hours and seconds to the date specified\nby the key `CountdownDate`. If the key `Countdown` isn't set, the\ncontroller will display the current date and time, and animate the\nview as time progresses.\n\nThe key `transitionType` dictates the type of `CATransitions` applied\nto the animated numbers. The allowed values are: `fade`, `moveIn`,\n`push`, and `reveal`. These are the standard `CATransition` types.\n\nThe `transitionSubType` dictates the subtype of the `CATransition`, of\nwhich the following are supported: `right`, `left`, `top`, and\n`bottom`\n\n## License\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nLesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public\nLicense along with this program. If not, see\n\u003chttp://www.gnu.org/licenses/\u003e.\n\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsjunnesson%2FHSAnimatedCalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsjunnesson%2FHSAnimatedCalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsjunnesson%2FHSAnimatedCalendar/lists"}