{"id":18270407,"url":"https://github.com/ajerez/AJProgressPanel","last_synced_at":"2025-04-05T01:30:34.371Z","repository":{"id":4481068,"uuid":"5620090","full_name":"ajerez/AJProgressPanel","owner":"ajerez","description":"Animated progress panel (UNMAINTAINED CODE)","archived":false,"fork":false,"pushed_at":"2012-09-04T20:04:20.000Z","size":145,"stargazers_count":44,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-05T11:52:49.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/ajerez.png","metadata":{"files":{"readme":"Readme.markdown","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":"2012-08-30T19:56:21.000Z","updated_at":"2022-03-03T19:51:09.000Z","dependencies_parsed_at":"2022-08-22T13:00:29.192Z","dependency_job_id":null,"html_url":"https://github.com/ajerez/AJProgressPanel","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/ajerez%2FAJProgressPanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajerez%2FAJProgressPanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajerez%2FAJProgressPanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajerez%2FAJProgressPanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajerez","download_url":"https://codeload.github.com/ajerez/AJProgressPanel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276022,"owners_count":20912285,"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:38:36.063Z","updated_at":"2025-04-05T01:30:34.028Z","avatar_url":"https://github.com/ajerez.png","language":"Objective-C","readme":"# AJProgressPanel\n\n__Animated progress panel__\n\n- No images needed, all CoreGraphics code\n- Works on iPhone and iPad (resolution independent)\n\n\n![AJProgressPanel](https://raw.github.com/ajerez/AJProgressPanel/master/screenshot_1.png)\n\n\n## Example Usage\n\nAdd __QuartzCore.framework__ and drop the __AJProgressPanel__ folder in your project\n\n\n\n``` objetive-c\n//Default style\nAJProgressPanel *panel = [AJProgressPanel showInView:self.view]; //show\n//...Your code...\n[panel setProgress:0.6f animated:YES]; //change progress\n//...Your code...\n[panel hideAnimated:YES]; //hide\n```\n\n\n\n``` objective-c\n// Custom\nAJProgressPanel *panel2 = [AJProgressPanel showInView:self.secondView position:AJPanelPositionBottom];\npanel2.enableShadow = NO;\npanel2.startGradientColor = [UIColor colorWithWhite:0.35f alpha:1.0f];\npanel2.endGradientColor = [UIColor colorWithWhite:0.25f alpha:1.0f];\npanel2.stripesColor = [UIColor colorWithRed:40.0f/255 green:140.0f/255 blue:193.0f/255 alpha:1.0f];\npanel2.progressColor = [UIColor colorWithRed:50.0f/255 green:170.0f/255 blue:193.0f/255 alpha:0.7f];\n//...Your code...\n[panel2 setProgress:0.4f animated:YES]; //change progress\n//...Your code...\n[panel2 hideAnimated:YES]; //hide\n```\n\n\n\n\n## Future improvements\n\n* Code rafactoring\n* Fix animation stop in `setProgress`\n\n## Contact\nTwitter: [@alberto_jrz](https://twitter.com/alberto_jrz)\n\n## License - MIT\n\n\nCopyright (c) 2012 Alberto Jerez - [CodeApps](http://www.codeapps.es/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajerez%2FAJProgressPanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajerez%2FAJProgressPanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajerez%2FAJProgressPanel/lists"}