Skip to content

Commit 06f6321

Browse files
committed
readMe初步调整
1 parent 574786d commit 06f6321

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@
2323
> 该组件适用于短信验证码,密码输入框,手机号码输入框这些场景。<br/>希望你可以喜欢!
2424
2525

26-
## 重大更新!!!
27-
从1.0.0版本开始,无需通过继承的方式使用。通过设置`CRBoxInputCellProperty`中的对应Block,即可快速自定义需求。
28-
``` objc
29-
customSecurityViewBlock //自定义密文View
30-
customLineViewBlock //自定义下划线
31-
configCellShadowBlock //自定义阴影
32-
```
33-
>此更新兼容1.0.0之前的版本
34-
3526
## Pod安装
3627

3728
CRBoxInputView 可以通过 [CocoaPods](https://cocoapods.org). 来安装, 只需简单的在你的 Podfile 中添加如下代码:

README_en.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@
1818
> You can use this widget for verify code, password input or phone number input.<br/>I hope you can like this!
1919
2020

21-
## Critical Updates!!!
22-
We can config custom view, not need to throw the inherit way from the version 1.1.0. You can config custom view with block in `CRBoxInputCellProperty`.
23-
``` objc
24-
customSecurityViewBlock //Custom security view
25-
customLineViewBlock //Custom line
26-
configCellShadowBlock //Custom shadow
27-
```
28-
>This update compatibility with the earlier version
29-
30-
3121
## Installation
3222

3323
CRBoxInputView is available through [CocoaPods](https://cocoapods.org). To install

0 commit comments

Comments
 (0)