Skip to content

Commit 0959854

Browse files
authored
Update README.md
1 parent 1c3560c commit 0959854

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# JHVerificationCodeView
2-
A single authentication code input box & 单个的验证码输入框
2+
### A single authentication code input box & 单个的验证码输入框
33

4-
### 更新日志:
5-
2.inputBoxSpacing can be negative. & 输入框间隔可设置成负数,让输入框连在一起. (2018-4-19)
4+
---
65

7-
1.upload. (2017-8-25)
6+
## Logs & 更新日志:
87

8+
### 2018-4-19:
9+
1.inputBoxSpacing can be negative. & 输入框间隔可设置成负数,让输入框连在一起.
910

11+
### 2017-8-25:
12+
1.upload.
13+
14+
---
15+
16+
## Configuration:
1017
输入框的配置:& The input field configuration:
1118

1219
```
@@ -36,6 +43,10 @@ A single authentication code input box & 单个的验证码输入框
3643
@end
3744
```
3845

46+
---
47+
48+
## Use:
49+
3950
简单地使用:& Simple to use:
4051
```
4152
JHVCConfig *config = [[JHVCConfig alloc] init];
@@ -60,4 +71,7 @@ A single authentication code input box & 单个的验证码输入框
6071
})];
6172
```
6273

74+
---
75+
76+
## What is it?
6377
![image](https://github.com/xjh093/JHVerificationCodeView/blob/master/123.png)

0 commit comments

Comments
 (0)