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 Mar 21, 2017
1 parent 6f0a8e1 commit e2e05ad
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 15 deletions.
Binary file not shown.
13 changes: 13 additions & 0 deletions JHudViewDemo/DetailViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,16 @@ - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
*/

@end













15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
[![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)

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

#### ![cn](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png) **Chinese (Simplified)**:
####[中文说明](README.zh.md)
######[简书介绍](http://www.jianshu.com/p/fc07f027680c)
##### [中文说明](README.zh.md) / [简书介绍](http://www.jianshu.com/p/fc07f027680c)
<!--<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="http://music.163.com/outchain/player?type=2&id=29947420&auto=1&height=66"></iframe>-->

##screenshots
## screenshots

<img src="gif/1.gif" width="25%">
<img src="gif/2.gif" width="25%">
Expand All @@ -31,7 +30,7 @@
You will need the latest developer tools in order to build `JHUD`. Old Xcode versions might work, but compatibility will not be explicitly maintained.


##CocoaPods
## CocoaPods

CocoaPods is the recommended way to add JHUD to your project.

Expand Down Expand Up @@ -80,10 +79,10 @@ For more examples, including how to use JHUD , take a look at the bundled demo p

## Contacts ![](gif/zz.jpg)

####If you wish to contact me, email at: hi@jinxiansen.com
#### If you wish to contact me, email at: hi@jinxiansen.com

#####Sina : [@晋先森](http://weibo.com/3205872327)
#####Twitter : [@jinxiansen](https://twitter.com/jinxiansen)
##### Sina : [@晋先森](http://weibo.com/3205872327)
##### Twitter : [@jinxiansen](https://twitter.com/jinxiansen)

## License

Expand Down
14 changes: 7 additions & 7 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

##中文说明
####`JHUD` 是一个用于加载数据时全屏显示的HUD,使用Objective-C编写.
## 中文说明
#### `JHUD` 是一个用于加载数据时全屏显示的HUD,使用Objective-C编写.

##须知
## 须知
`JHUD` 基于 "Xcode 7.3 , iOS 6+ 和ARC ,请使用最新正式版来编译JHUD,旧版本的Xcode可能有效,但不保证会出现一些兼容性问题。

##CocoaPods
## CocoaPods

推荐使用 CocoaPods 安装。

Expand All @@ -14,12 +14,12 @@
3. 导入 `"JHUD.h"`


##手动安装
## 手动安装
1. 通过 Clone or download 下载 JHUD 文件夹内的所有内容。
2. 将 JHUD 内的源文件添加(拖放)到你的工程。
3. 导入 `JHUD.h`

##使用
## 使用

```
hudView = [[JHUD alloc]initWithFrame:self.view.bounds];
Expand All @@ -44,6 +44,6 @@ hudView.messageLabel.text = @"hello ,this is a circle animation";
更多的使用用例可以看Demo工程演示以及头文件(JHUD.h)。


##许可
## 许可

JHUD 使用 MIT 许可证,详情可见 [LICENSE](LICENSE) 文件。

0 comments on commit e2e05ad

Please sign in to comment.