{"id":21566726,"url":"https://github.com/janeshsutharios/jkcircularprogess","last_synced_at":"2025-10-12T21:32:31.611Z","repository":{"id":56916049,"uuid":"116011460","full_name":"janeshsutharios/JKCircularProgess","owner":"janeshsutharios","description":"JKCircularProgess for showing circular animated progress","archived":false,"fork":false,"pushed_at":"2018-03-06T04:27:50.000Z","size":141,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T20:02:46.565Z","etag":null,"topics":["circular-progress-bar","ios","progress-bar","swift","xcode"],"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/janeshsutharios.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":"2018-01-02T12:09:05.000Z","updated_at":"2024-07-07T17:26:24.000Z","dependencies_parsed_at":"2022-08-21T03:50:43.654Z","dependency_job_id":null,"html_url":"https://github.com/janeshsutharios/JKCircularProgess","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janeshsutharios%2FJKCircularProgess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janeshsutharios%2FJKCircularProgess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janeshsutharios%2FJKCircularProgess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janeshsutharios%2FJKCircularProgess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janeshsutharios","download_url":"https://codeload.github.com/janeshsutharios/JKCircularProgess/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225651,"owners_count":21068078,"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":["circular-progress-bar","ios","progress-bar","swift","xcode"],"created_at":"2024-11-24T10:26:06.145Z","updated_at":"2025-10-12T21:32:26.567Z","avatar_url":"https://github.com/janeshsutharios.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JKCircularProgess\nJKCircularProgess for showing circular animated progress\n\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://media.giphy.com/media/3ohc0UXM2jmMctzClq/giphy.gif\" width=\"360\" height=\"720\"/\u003e\u003c/p\u003e\n\n## Features\n - You can select half circle, full circle or as per your use case angle.\n - It's customisable using **`@IBInspectable`**\n \n \nYou can select Line width, Animation duration, Track color \u0026 circleColor from the Attribute inspector\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://image.ibb.co/j4SHHR/Screen_Shot_2018_01_16_at_5_48_12_PM.png\" width=\"600\" height=\"230\"/\u003e\u003c/p\u003e\n\n - Or can also select programetically as below -\n\n## Example usage \n\n```\n@IBOutlet weak var customJKView: JKCircleView!    \n    \n    override func viewDidLoad() {\n        customJKView.animationDuration = 3\n        customJKView.lineWidth = 10\n        customJKView.isToRemoveLayerAfterCompletion = true\n    }\n    @IBAction func tapsDrawCircle(_ sender: UIButton) {\n        addFullCircleView()\n    }\n    ///angle = 1 is 360 degree, angle = 0.5 is 180 degree --set as your use case 0 \u003c angle \u003c1\n    func addFullCircleView() {\n        customJKView.animateCircle(angle: 1)\n\n    }\n    \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaneshsutharios%2Fjkcircularprogess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaneshsutharios%2Fjkcircularprogess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaneshsutharios%2Fjkcircularprogess/lists"}