{"id":32405319,"url":"https://github.com/skywalkerdarren/iosloadingview","last_synced_at":"2026-04-17T06:31:38.097Z","repository":{"id":142319132,"uuid":"324338287","full_name":"SkywalkerDarren/iOSLoadingView","owner":"SkywalkerDarren","description":"like iOS loading drawable","archived":false,"fork":false,"pushed_at":"2020-12-25T14:42:22.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T11:59:16.933Z","etag":null,"topics":["android","ios-like","kotlin","library","loading"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/SkywalkerDarren.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-25T10:12:45.000Z","updated_at":"2021-02-01T11:35:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"eec313dd-411e-41d3-a4ad-e0c7d6f6cb8a","html_url":"https://github.com/SkywalkerDarren/iOSLoadingView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SkywalkerDarren/iOSLoadingView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkywalkerDarren%2FiOSLoadingView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkywalkerDarren%2FiOSLoadingView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkywalkerDarren%2FiOSLoadingView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkywalkerDarren%2FiOSLoadingView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkywalkerDarren","download_url":"https://codeload.github.com/SkywalkerDarren/iOSLoadingView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkywalkerDarren%2FiOSLoadingView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","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":["android","ios-like","kotlin","library","loading"],"created_at":"2025-10-25T11:59:15.870Z","updated_at":"2026-04-17T06:31:38.085Z","avatar_url":"https://github.com/SkywalkerDarren.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOSLoadingView\n[![](https://jitpack.io/v/SkywalkerDarren/iOSLoadingView.svg)](https://jitpack.io/#SkywalkerDarren/iOSLoadingView)\n\niOS like loading drawable\n# start\n```\nallprojects {\n  repositories {\n    ...\n    maven { url 'https://jitpack.io' }\n  }\n}\n```\n```\ndependencies {\n  implementation 'com.github.SkywalkerDarren:iOSLoadingView:v1.0'\n}\n```\n# usage\n```kotlin\nval loading = IosLoadingDrawable(\n        context = this,             // context\n        paintColor = Color.YELLOW,  // color\n        paintWidth = 10.dp2px(),    // line width in px\n        lineCount = 6,              // number of line\n        rotateDuration = 500L       // animation duration\n)\nloading.percents = 0.5f // range in 0 to 1f\nloading.start()         // start animtaion\nloading.pause()         // pause animation\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywalkerdarren%2Fiosloadingview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywalkerdarren%2Fiosloadingview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywalkerdarren%2Fiosloadingview/lists"}