{"id":15293683,"url":"https://github.com/andr3a88/asprogresshud","last_synced_at":"2025-07-26T08:33:02.417Z","repository":{"id":56901101,"uuid":"51928299","full_name":"andr3a88/ASProgressHud","owner":"andr3a88","description":"ASProgressHud displays a customized loading view.","archived":false,"fork":false,"pushed_at":"2021-01-13T16:06:47.000Z","size":2373,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T02:48:40.605Z","etag":null,"topics":["ios","ios-development","swift","swift-library","swift4"],"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/andr3a88.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-02-17T14:27:05.000Z","updated_at":"2025-02-24T05:40:29.000Z","dependencies_parsed_at":"2022-08-20T18:50:28.038Z","dependency_job_id":null,"html_url":"https://github.com/andr3a88/ASProgressHud","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/andr3a88/ASProgressHud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andr3a88%2FASProgressHud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andr3a88%2FASProgressHud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andr3a88%2FASProgressHud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andr3a88%2FASProgressHud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andr3a88","download_url":"https://codeload.github.com/andr3a88/ASProgressHud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andr3a88%2FASProgressHud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267140681,"owners_count":24041970,"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-07-26T02:00:08.937Z","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":["ios","ios-development","swift","swift-library","swift4"],"created_at":"2024-09-30T16:50:34.838Z","updated_at":"2025-07-26T08:33:02.046Z","avatar_url":"https://github.com/andr3a88.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASProgressHud\n![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg?maxAge=3600)\n[![Platform](https://img.shields.io/cocoapods/p/ASProgressHud.svg?style=flat)](http://cocoapods.org/pods/ASProgressHud)\n[![Version](https://img.shields.io/cocoapods/v/ASProgressHud.svg?style=flat)](http://cocoapods.org/pods/ASProgressHud)\n[![License](https://img.shields.io/cocoapods/l/ASProgressHud.svg?style=flat)](http://cocoapods.org/pods/ASProgressHud)\n[![Apps](https://img.shields.io/cocoapods/at/ASProgressHud.svg?style=flat)](http://cocoapods.org/pods/ASProgressHud)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=58c125ce8fe03c010009b1a5\u0026branch=master\u0026build=latest)](https://dashboard.buddybuild.com/apps/56f4f461ae27cb01000b366d/build/latest?branch=master)\n[![codebeat badge](https://codebeat.co/badges/ac582740-1971-481c-a11d-3c62f6f8e618)](https://codebeat.co/projects/github-com-andr3a88-asprogresshud-master)\n\n## Requirements\n\n* Swift 5\n* XCode 10.2\n* iOS \u003e= 9\n\n## Installation\n\nASProgressHud is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"ASProgressHud\"\n```\n\n## Changelog\nSee the [changelog](CHANGELOG.md) file. \n\n\n## Description\nASProgressHud displays a customized loading view. The loader is created with an UIImageView animated with png images.\n\n![Screenshot](preview.gif)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n#### Default HUD\n\n```swift\n// Show\nASProgressHud.showHUDAddedTo(self.view, animated: true, type: .default)\n\n// Hide\nASProgressHud.hideHUDForView(self.view, animated: true)\n```\n\n#### Custom HUD\n\n```swift\n// Import loader images in png format, with name like loader\\_custom\\_00.png, loader\\_custom\\_01.png, etc...\n\n// Create HudProperty\nHudProperty(prefixName: \"loader_custom\", frameNumber: 18)\n\n// Show\nASProgressHud.showCustomHUDAddedTo(self.view, animated: true, hudProperty: hudProperty)\n\n// Hide\nASProgressHud.hideHUDForView(self.view, animated: true)\n```\n\n## Resources\n\n* [Preloaders.net](http://preloaders.net/)\n* [Gif and aPng splitter](http://animizer.net/en/gif-apng-splitter)\n\n## Author\n\nAndrea, Twitter @andrea_steva\n\n## License\n\nASProgressHud is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandr3a88%2Fasprogresshud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandr3a88%2Fasprogresshud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandr3a88%2Fasprogresshud/lists"}