{"id":2255,"url":"https://github.com/danielamitay/DACircularProgress","last_synced_at":"2025-08-02T23:32:38.822Z","repository":{"id":2406301,"uuid":"3373788","full_name":"danielamitay/DACircularProgress","owner":"danielamitay","description":"DACircularProgress is a UIView subclass with circular UIProgressView properties.","archived":false,"fork":false,"pushed_at":"2022-09-09T12:24:57.000Z","size":650,"stargazers_count":2377,"open_issues_count":29,"forks_count":340,"subscribers_count":75,"default_branch":"master","last_synced_at":"2024-05-17T03:04:14.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielamitay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-07T02:54:28.000Z","updated_at":"2024-05-15T22:36:43.000Z","dependencies_parsed_at":"2022-08-06T12:15:18.718Z","dependency_job_id":null,"html_url":"https://github.com/danielamitay/DACircularProgress","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/danielamitay%2FDACircularProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielamitay%2FDACircularProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielamitay%2FDACircularProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielamitay%2FDACircularProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielamitay","download_url":"https://codeload.github.com/danielamitay/DACircularProgress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221804099,"owners_count":16883272,"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-01-05T20:16:09.004Z","updated_at":"2024-12-06T17:30:55.459Z","avatar_url":"https://github.com/danielamitay.png","language":"Objective-C","readme":"## DACircularProgress\n\n`DACircularProgress` is a `UIView` subclass with circular `UIProgressView` properties.\n\nIt was originally built to be an imitation of Facebook's photo progress indicator.\n\nView the included example project for a demonstration.\n\n\u003cimg src=\"./screenshot.png\" width=\"375\" height=\"668\"\u003e\n\n## Installation\n\nTo use `DACircularProgress`:\n\n- Copy over the `DACircularProgress` folder to your project folder.\n- Make sure that your project includes `\u003cQuartzCore.framework\u003e`.\n- `#import \"DACircularProgressView.h\"`\n\n### Example Code\n\n```objective-c\n\nself.progressView = [[DACircularProgressView alloc] initWithFrame:CGRectMake(140.0f, 30.0f, 40.0f, 40.0f)];\nself.progressView.roundedCorners = YES;\nself.progressView.trackTintColor = [UIColor clearColor];\n[self.view addSubview:self.progressView];\n```\n\n- You can also use Interface Builder by adding a `UIView` element and setting its class to `DACircularProgress`\n\n## Notes\n\n### Compatibility\n\niOS5.0+\n\n### Automatic Reference Counting (ARC) support\n\n`DACircularProgress` was made with ARC enabled by default.\n\n## Contact\n\n- [Personal website](http://danielamitay.com)\n- [GitHub](http://github.com/danielamitay)\n- [Twitter](http://twitter.com/danielamitay)\n- [LinkedIn](http://www.linkedin.com/in/danielamitay)\n- [Email](hello@danielamitay.com)\n\nIf you use/enjoy `DACircularProgress`, let me know!\n\n## Credits\n\n`DACircularProgress` is brought to you by [Daniel Amitay](http://www.amitay.us) and [contributors to the project](https://github.com/danielamitay/DACircularProgress/contributors). A special thanks to [Cédric Luthi](https://github.com/0xced) for a significant amount of changes. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/danielamitay/DACircularProgress/issues/new).\n\n## License\n\n### MIT License\n\nCopyright (c) 2013 Daniel Amitay (http://danielamitay.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":["UI","Objective-C","etc"],"sub_categories":["Activity Indicator","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielamitay%2FDACircularProgress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielamitay%2FDACircularProgress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielamitay%2FDACircularProgress/lists"}