Skip to content

Commit 8ee7f28

Browse files
authored
Update README.md
1 parent 75ac23b commit 8ee7f28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
@property (strong, nonatomic) UIFont *font;
5555
///颜色
5656
@property (strong, nonatomic) UIColor *textColor;
57+
///输入类型:数字+字母,数字,字母. Default is 'JHVCConfigInputType_Number_Alphabet'
58+
@property (nonatomic, assign) JHVCConfigInputType inputType;
5759
@end
5860
```
5961

@@ -73,6 +75,7 @@
7375
config.inputBoxColor = [UIColor brownColor];
7476
config.font = [UIFont boldSystemFontOfSize:16];
7577
config.textColor = [UIColor brownColor];
78+
config.inputType = JHVCConfigInputType_Number_Alphabet; // Default
7679
7780
[self.view addSubview:({
7881
JHVerificationCodeView *codeView =

0 commit comments

Comments
 (0)