{"id":18859671,"url":"https://github.com/pdil/pdloadingview","last_synced_at":"2026-02-08T15:30:16.795Z","repository":{"id":102898283,"uuid":"89733801","full_name":"pdil/PDLoadingView","owner":"pdil","description":"🌀 A circular loading indicator for iOS apps.","archived":false,"fork":false,"pushed_at":"2017-05-25T18:33:22.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T20:15:12.358Z","etag":null,"topics":["ios","loading-animations","swift","uikit"],"latest_commit_sha":null,"homepage":"","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/pdil.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-28T18:27:46.000Z","updated_at":"2020-03-10T17:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b458094-c428-4a25-9d94-31f234cb13f3","html_url":"https://github.com/pdil/PDLoadingView","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/pdil%2FPDLoadingView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdil%2FPDLoadingView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdil%2FPDLoadingView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdil%2FPDLoadingView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdil","download_url":"https://codeload.github.com/pdil/PDLoadingView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239800488,"owners_count":19699127,"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":["ios","loading-animations","swift","uikit"],"created_at":"2024-11-08T04:18:51.163Z","updated_at":"2026-02-08T15:30:16.738Z","avatar_url":"https://github.com/pdil.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### _This library is still a work in progress, as such not all features may work at this time._\n_Feel free to submit pull requests, however._\n\n# PDLoadingView\n\n## Installation\n\nDownload [`PDLoadingView.swift`](https://github.com/pdil/PDLoadingView/blob/master/PDLoadingView.swift) and add it to your iOS project.\n\n## Usage\n\n* Create the view\n``` swift\n  let loadingView = PDLoadingView(foreColor: .blue)\n```\n\n* Start with a message\n``` swift\n  loadingView.start(with: \"Loading...\")\n```\n\n* Start with no message\n``` swift\n  loadingView.start()\n```\n\n![no message](https://media.giphy.com/media/xUPGcInptzpKGyS9Mc/giphy.gif)\n\n* Pause \u0026 resume loading\n``` swift\n  if loadingView.isPaused {\n    loadingView.resume()\n  } else {\n    loadingView.pause()\n  }\n```\n\n* Finish loading\n``` swift\n  loadingView.end()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdil%2Fpdloadingview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdil%2Fpdloadingview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdil%2Fpdloadingview/lists"}