{"id":32110235,"url":"https://github.com/phucnm/roundcornerprogress","last_synced_at":"2025-10-20T13:59:43.783Z","repository":{"id":62452998,"uuid":"75066933","full_name":"phucnm/RoundCornerProgress","owner":"phucnm","description":null,"archived":false,"fork":false,"pushed_at":"2016-12-12T03:38:18.000Z","size":707,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-20T13:59:11.720Z","etag":null,"topics":["custom-view","ibdesignable","ios-swift","progress-view"],"latest_commit_sha":null,"homepage":null,"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/phucnm.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-11-29T09:49:06.000Z","updated_at":"2022-04-10T04:15:34.000Z","dependencies_parsed_at":"2022-11-01T23:46:46.089Z","dependency_job_id":null,"html_url":"https://github.com/phucnm/RoundCornerProgress","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/phucnm/RoundCornerProgress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucnm%2FRoundCornerProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucnm%2FRoundCornerProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucnm%2FRoundCornerProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucnm%2FRoundCornerProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phucnm","download_url":"https://codeload.github.com/phucnm/RoundCornerProgress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucnm%2FRoundCornerProgress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280102719,"owners_count":26272391,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["custom-view","ibdesignable","ios-swift","progress-view"],"created_at":"2025-10-20T13:59:40.699Z","updated_at":"2025-10-20T13:59:43.773Z","avatar_url":"https://github.com/phucnm.png","language":"Swift","readme":"# RoundCornerProgress\n[![Build Status](https://travis-ci.org/phucnm/RoundCornerProgress.svg?branch=master)](https://travis-ci.org/phucnm/RoundCornerProgress)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n## Install\n**CocoaPods**\n\nAdd ```pod 'RoundCornerProgress'``` to your Podfile then ```pod install```\n\n**Carthage**\n\nAdd ```github \"phucnm/RoundCornerProgress\"``` to your Cartfile then ```carthage update```\n\n## Usage\n**Using Storyboard / Interface Builder**\n* Drag a UIView to Storyboard or Interface Builder, change its class to **RoundCornerProgress**\n* Customize your progress color in **Attributes inspector** tab\n\u003cimg src=\"IB.png\"\u003e\n\n**Manually**\n* Import custom control by `import RoundCornerProgress`\n* Declare your property `var progressView: RoundCornerProgressView!`\n* Initialize your progress view and customize it\n```swift\nself.progressView = RoundCornerProgressView(frame: CGRect(x: 20, y: 20, width: 200, height: 20))\nself.progressView.trackTintColor = UIColor.blue\nself.progressView.progressTintColor = UIColor.cyan\nself.progressView.trackRoundCorners = [.topRight, .bottomLeft]\nself.progressView.progressRoundCorners = [.bottomRight]\nview.addSubview(self.progressView)\n```\n\u003cimg src=\"Manually.png\"\u003e\n\n## Authors\n\n[Phuc Nguyen](https://github.com/phucnm)\n\n## License\n\nRoundCornerProgress is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphucnm%2Froundcornerprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphucnm%2Froundcornerprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphucnm%2Froundcornerprogress/lists"}