{"id":13743225,"url":"https://github.com/Jinxiansen/JHUD","last_synced_at":"2025-05-09T00:32:57.628Z","repository":{"id":56915970,"uuid":"63148715","full_name":"Jinxiansen/JHUD","owner":"Jinxiansen","description":"A full screen of the HUD when loading the data (Objective-C).","archived":true,"fork":false,"pushed_at":"2018-07-03T07:33:19.000Z","size":2726,"stargazers_count":1010,"open_issues_count":1,"forks_count":153,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-03-17T22:05:20.003Z","etag":null,"topics":["animtion","empty","hud","ios","loading","loading-animations","mbprogresshud","notice","svprogresshud","toast"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/Jinxiansen.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":"2016-07-12T10:21:19.000Z","updated_at":"2024-11-08T07:53:51.000Z","dependencies_parsed_at":"2022-08-20T20:50:20.647Z","dependency_job_id":null,"html_url":"https://github.com/Jinxiansen/JHUD","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinxiansen%2FJHUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinxiansen%2FJHUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinxiansen%2FJHUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinxiansen%2FJHUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jinxiansen","download_url":"https://codeload.github.com/Jinxiansen/JHUD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171166,"owners_count":21865275,"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":["animtion","empty","hud","ios","loading","loading-animations","mbprogresshud","notice","svprogresshud","toast"],"created_at":"2024-08-03T05:00:42.812Z","updated_at":"2025-05-09T00:32:57.265Z","avatar_url":"https://github.com/Jinxiansen.png","language":"Objective-C","readme":"\u003cimg src=\"gif/icon.png\" width=\"100%\"\u003e\n\n[![Version](https://img.shields.io/cocoapods/v/JHUD.svg?style=flat)](http://cocoapods.org/pods/JHUD)\n[![License](https://img.shields.io/cocoapods/l/JHUD.svg?style=flat)](http://cocoapods.org/pods/JHUD)\n[![Platform](https://img.shields.io/cocoapods/p/JHUD.svg?style=flat)](http://cocoapods.org/pods/JHUD)\n[![Support](https://img.shields.io/badge/support-iOS%206%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/)\u0026nbsp;\n![Language](https://img.shields.io/badge/Language-%20Objective%20C%20-blue.svg)\n[![GitHub stars](https://img.shields.io/github/stars/jinxiansen/JHUD.svg)](https://github.com/jinxiansen/JHUD/stargazers)\n![Download](https://img.shields.io/cocoapods/dt/JHUD.svg)\n\n#### `JHUD` is a full screen of the HUD when loading the data (Objective-C) .\n\n#### ![cn](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png) **Chinese (Simplified)**: \n##### [中文说明](README.zh.md) / [简书介绍](http://www.jianshu.com/p/fc07f027680c)\n\n## Screenshots\n\n|H|U|D|\n|:---:|:---:|:---:|\n|![image](gif/1.gif)|![image](gif/2.gif)|![image](gif/3.gif)|\n![image](gif/4.gif)|![image](gif/5.gif)|![image](gif/6.gif)|\n\n## Requirements\n\n`JHUD` works on \"Xcode 7.3 , iOS 6+  and requires ARC to build. \nYou will need the latest developer tools in order to build `JHUD`. Old Xcode versions might work, but compatibility will not be explicitly maintained.\n\n\n## CocoaPods\n\nCocoaPods is the recommended way to add JHUD to your project.\n\nFirst, add a pod entry for JHUD to your Podfile.\n \n```\npod 'JHUD'\n```\nSecond, install JHUD into your project:\n \n```\npod install\n```\nThird, include JHUD wherever you need it with `#import \"JHUD.h\"`.\n\n## Manually\n\n1. Download the latest code version .\n2. Open your project in Xcode,drag the `JHUD` folder into your project.  Make sure to select Copy items when asked if you extracted the code archive outside of your project.\n3. You need it with `#import \"JHUD.h\"`.\n\n\n## Usage\n\n```\nhudView = [[JHUD alloc]initWithFrame:self.view.bounds];\n\nhudView.messageLabel.text = @\"hello ,this is a circle animation\";\n\n//show\n[hudView showAtView:self.view hudType:JHUDLoadingTypeCircle];\n\n//hide \n[hudView hide];\n```\n\nClass method :\n\n```\n[JHUD showAtView:self.view message:@\"Hello, this is a message\"];\n\n[JHUD hideForView:self.view];\n```\n\nFor more examples, including how to use JHUD , take a look at the bundled demo project. API documentation is provided in the header file (JHUD.h).\n\n## Contacts\t![](gif/zz.jpg)\n\n#### If you wish to contact me, email at: hi@jinxiansen.com\n##### Sina : [@晋先森](http://weibo.com/3205872327)\n##### Twitter : [@jinxiansen](https://twitter.com/jinxiansen)\n\n## License\t\n\nJHUD is released under the [MIT license](LICENSE). See LICENSE for details.\n\n\n","funding_links":[],"categories":["Objective-C  Stars 1000以内排名整理","OOM-Leaks-Crash"],"sub_categories":["HUD-Indicator"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJinxiansen%2FJHUD","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJinxiansen%2FJHUD","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJinxiansen%2FJHUD/lists"}