{"id":18693831,"url":"https://github.com/mengxianliang/xlcircleprogress","last_synced_at":"2025-06-13T02:33:14.368Z","repository":{"id":40651911,"uuid":"78108658","full_name":"mengxianliang/XLCircleProgress","owner":"mengxianliang","description":"iOS 圆环进度指示器 ","archived":false,"fork":false,"pushed_at":"2021-11-30T09:18:21.000Z","size":186,"stargazers_count":113,"open_issues_count":3,"forks_count":27,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T06:54:04.918Z","etag":null,"topics":["bezierpath","circle","progress"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mengxianliang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-05T11:50:10.000Z","updated_at":"2025-02-19T09:11:07.000Z","dependencies_parsed_at":"2022-09-18T15:30:53.839Z","dependency_job_id":null,"html_url":"https://github.com/mengxianliang/XLCircleProgress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mengxianliang/XLCircleProgress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengxianliang%2FXLCircleProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengxianliang%2FXLCircleProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengxianliang%2FXLCircleProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengxianliang%2FXLCircleProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mengxianliang","download_url":"https://codeload.github.com/mengxianliang/XLCircleProgress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mengxianliang%2FXLCircleProgress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259567104,"owners_count":22877642,"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":["bezierpath","circle","progress"],"created_at":"2024-11-07T11:07:17.384Z","updated_at":"2025-06-13T02:33:14.329Z","avatar_url":"https://github.com/mengxianliang.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XLCircleProgress\n\n利用贝塞尔曲线实现的圆环进度指示器\n\n### 显示效果如下\n\n\u003cimg src=\"https://github.com/mengxianliang/XLCircleProgress/blob/master/1.gif\" width=250 height=446 /\u003e\n\n### 使用方法\n\n**创建方法:**\n\n```objc\n_circle = [[XLCircleProgress alloc] initWithFrame:CGRectMake(0, 0, circleWidth, circleWidth)];\n_circle.center = self.view.center;\n[self.view addSubview:_circle];\n```\n\n**刷新进度**\n\n```objc\n_circle.progress = value;\n```\n\n### 实现原理请参考[我的博文](http://blog.csdn.net/u013282507/article/details/54098206)\n\n### 个人开发过的UI工具集合 [XLUIKit](https://github.com/mengxianliang/XLUIKit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmengxianliang%2Fxlcircleprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmengxianliang%2Fxlcircleprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmengxianliang%2Fxlcircleprogress/lists"}