Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinxiansen committed May 27, 2017
1 parent e2e05ad commit ee314d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
![Language](https://img.shields.io/badge/Language-%20Objective%20C%20-blue.svg)
[![Weibo](https://img.shields.io/badge/Sina微博-@晋先森-yellow.svg?style=flat)](http://weibo.com/3205872327)
[![GitHub stars](https://img.shields.io/github/stars/jinxiansen/JHUD.svg)](https://github.com/jinxiansen/JHUD/stargazers)
[![Download](https://img.shields.io/cocoapods/dt/JHUD.svg)]

#### `JHUD` is a full screen of the HUD when loading the data (Objective-C) .

Expand Down Expand Up @@ -72,7 +73,7 @@ Class method :
```
[JHUD showAtView:self.view message:@"Hello, this is a message"];
[JHUD hide];
[JHUD hideForView:self.view];
```

For 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).
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ hudView.messageLabel.text = @"hello ,this is a circle animation";
```
[JHUD showAtView:self.view message:@"Hello, this is a message"];
[JHUD hide];
[JHUD hideForView:self.view];
```


Expand Down

0 comments on commit ee314d8

Please sign in to comment.