{"id":1463,"url":"https://github.com/JellyDevelopment/JDSwiftAvatarProgress","last_synced_at":"2025-08-02T04:31:11.747Z","repository":{"id":56915804,"uuid":"44596364","full_name":"JellyDevelopment/JDSwiftAvatarProgress","owner":"JellyDevelopment","description":"Easy customizable avatar image asynchronously with progress bar animated","archived":false,"fork":false,"pushed_at":"2016-09-22T09:41:59.000Z","size":193,"stargazers_count":85,"open_issues_count":2,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-15T14:08:53.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/JellyDevelopment.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":"2015-10-20T09:36:39.000Z","updated_at":"2023-04-22T14:46:01.000Z","dependencies_parsed_at":"2022-08-21T03:50:28.636Z","dependency_job_id":null,"html_url":"https://github.com/JellyDevelopment/JDSwiftAvatarProgress","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/JellyDevelopment/JDSwiftAvatarProgress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JellyDevelopment%2FJDSwiftAvatarProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JellyDevelopment%2FJDSwiftAvatarProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JellyDevelopment%2FJDSwiftAvatarProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JellyDevelopment%2FJDSwiftAvatarProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JellyDevelopment","download_url":"https://codeload.github.com/JellyDevelopment/JDSwiftAvatarProgress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JellyDevelopment%2FJDSwiftAvatarProgress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334611,"owners_count":24233793,"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-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-01-05T20:15:47.020Z","updated_at":"2025-08-02T04:31:11.303Z","avatar_url":"https://github.com/JellyDevelopment.png","language":"Shell","readme":"# JDSwiftAvatarProgress\n\n[![Version](https://img.shields.io/cocoapods/v/JDSwiftAvatarProgress.svg?style=flat)](http://cocoapods.org/pods/JDSwiftAvatarProgress)\n[![License](https://img.shields.io/cocoapods/l/JDSwiftAvatarProgress.svg?style=flat)](http://cocoapods.org/pods/JDSwiftAvatarProgress)\n[![Platform](https://img.shields.io/cocoapods/p/JDSwiftAvatarProgress.svg?style=flat)](http://cocoapods.org/pods/JDSwiftAvatarProgress)\n\n\u003cimg src=\"https://raw.githubusercontent.com/JellyDevelopment/JDAvatarProgress/master/JDAvatarProgressDemo.gif\" width=320\u003e\n\n##Objective-C\n\nJDAvatarProgress is available in Objective-C also,\n\n[JDAvatarProgress](https://github.com/JellyDevelopment/JDAvatarProgress)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Installation\n\nJDSwiftAvatarProgress is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"JDSwiftAvatarProgress\"\n```\n\n### Manual\n\nClone the repository:\n\n```bash\n$ git clone https://github.com/JellyDevelopment/JDSwiftAvatarProgress.git\n```\n\nDrag and drop `JDAvatarProgress.swift` file into your project. Add `import JDSwiftAvatarProgress` to all view controllers that need to use it.\n\n### Requirements\n`QuartzCore.framework`\n\n## Sample Usage\n\n```swift\n\nself.avatarImgView.setImageWithURL(NSURL(string: \"http://3.bp.blogspot.com/-k-0O0FocJ2I/TyWbextRGlI/AAAAAAAACqo/GuPx0RH7PcY/s1600/Fondo+Pantalla.jpg\")!)\n\n```\n\n## Advanced Usage\n\n```swift\nself.avatarImgView.setImageWithURL(NSURL(string: \"http://3.bp.blogspot.com/-k-0O0FocJ2I/TyWbextRGlI/AAAAAAAACqo/GuPx0RH7PcY/s1600/Fondo+Pantalla.jpg\")!,\n    placeholder: nil,\n    progressBarColor: UIColor.orangeColor(),\n    progressBarLineWidth: JDAvatarDefaultProgressBarLineWidth,\n    borderColor:nil,\n    borderWidth: JDAvatarDefaultBorderWidth,\n    completion: { (image, error) -\u003e Void in\n\n    print(\"image =\u003e \\(image)\")\n    print(\"error =\u003e \\(error)\")\n    print(\"------------------\")\n})\n```\n\n\n## Author\n\n* [Jelly Development](https://github.com/JellyDevelopment)\n    * Juanpe Catalán, juanpecm@gmail.com\n    * David Carrascal, davidlcarrascal@gmail.com\n\n## License\n\nJDSwiftAvatarProgress is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":["Media","UI"],"sub_categories":["Image","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJellyDevelopment%2FJDSwiftAvatarProgress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJellyDevelopment%2FJDSwiftAvatarProgress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJellyDevelopment%2FJDSwiftAvatarProgress/lists"}